JDA Utilities which can help with the development of Discord bots
Made by Mayuna
<dependency>
<groupId>dev.mayuna</groupId>
<artifactId>mayus-jda-utilities</artifactId>
<version>VERSION</version>
</dependency>
repositories {
mavenCentral()
}
dependencies {
// Change 'implementation' to 'compile' in old Gradle versions
implementation 'dev.mayuna:mayus-jda-utilities:VERSION'
}
- Replace
VERSION
with your desired version. TIP: Remove "v" before version number - For version number see latest Maven Repository release (should be same with Github Release though)
- You can also use GitHub Releases
If you are planning to use version 2.5
(or newer), please use JDA version v5.0.0-alpha.11
or newer.