Skip to content

A fairly easy-to-use command framework for the Java Discord API, with support for Slash Commands and Context Commands

License

Notifications You must be signed in to change notification settings

jasonlessenich/DIH4JDA

Repository files navigation

DIH4JDA – Dynxsty's Interaction Handler for JDA

image

maven-central

A fairly easy-to-use command framework for the Java Discord API, with support for Slash Commands and Context Commands

Installation

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!

Maven

<dependency>
  <groupId>xyz.dynxsty</groupId>
  <artifactId>dih4jda</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

dependencies {
    [...]
    //Change "implementation" to "compile" in old Gradle versions
    implementation("xyz.dynxsty:dih4jda:VERSION")
}

Setup

To get started, visit the Wiki!
Javadocs are available here.

About

A fairly easy-to-use command framework for the Java Discord API, with support for Slash Commands and Context Commands

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages