Skip to content

v5.6.1

Latest
Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 08 Jun 18:44
· 43 commits to master since this release
f8e78d6

Bug Fixes

Full Changelog: v5.6.0...v5.6.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.6.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.6.1</version> 
</dependency>