A fairly easy-to-use command framework for the Java Discord API, with support for Slash Commands and Context Commands
This version of DIH4JDA must be used with 5.0.0-beta.1
or
higher.
But it is highly recommended to use the latest version of JDA due to security issues.
DIH4JDA itself is distributed through Maven Central:
Be sure to replace the VERSION key below with the one of the versions shown above!
<dependency>
<groupId>xyz.dynxsty</groupId>
<artifactId>dih4jda</artifactId>
<version>VERSION</version>
</dependency>
dependencies {
[...]
//Change "implementation" to "compile" in old Gradle versions
implementation("xyz.dynxsty:dih4jda:VERSION")
}
To get started, visit the Wiki!
Javadocs are available here.