Skip to content

v5.1.1 | Small bugfix release

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 21 Sep 11:55
· 31 commits to master since this release
b2eb4f7

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

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>