Skip to content

v6.1.2

Latest

Choose a tag to compare

@MinnDevelopment MinnDevelopment released this 23 Nov 20:30
· 1 commit to master since this release
899d817

Bug Fixes

Full Changelog: v6.1.1...v6.1.2

Installation

Gradle

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

Maven

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