Skip to content

v5.0.0-beta.5 | Hotfix voice connection issues

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 01 Mar 18:07
· 216 commits to master since this release
2328104

Overview

This is a minor release with some important bug fixes. All bots relying on voice connections should apply this update as soon as possible.

Changes

Bug Fixes

Full Changelog: v5.0.0-beta.4...v5.0.0-beta.5

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.0-beta.5")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-beta.5</version> 
</dependency>