v5.1.1 | Small bugfix release
Overview
Small release to fix a few bugs. This fixes an issue that caused voice receive to no longer work as intended in 5.1.0.
Bug Fixes
- Remove extension from received audio packets by @davidffa in #2721
- Remove
@CheckReturnValue
from Once.Builder.subscribe by @freya022 in #2730 - Fix parsing error for AutoModResponse by @StasiumDev in #2728
Full Changelog: v5.1.0...v5.1.1
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.1.1")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.1.1</version>
</dependency>