Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 1.66 KB

README.md

File metadata and controls

49 lines (44 loc) · 1.66 KB

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