Skip to content

JDA Utilities which can help with the development of Discord bots

License

Notifications You must be signed in to change notification settings

lilmayu/MayusJDAUtilities

Repository files navigation

Mayu's JDA Utilities

Made with Java
License Version

JDA Utilities which can help with the development of Discord bots
Made by Mayuna

Installation

Maven

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>mayus-jda-utilities</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

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

Documentation

Note

If you are planning to use version 2.5 (or newer), please use JDA version v5.0.0-alpha.11 or newer.

Examples

Interactive Message

WN938OJP3O.mp4