Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.61 KB

File metadata and controls

47 lines (31 loc) · 1.61 KB

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 JDA 6.0.0 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.