SkillAgentSearch skills...

DIH4JDA

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

Install / Use

/learn @jasonlessenich/DIH4JDA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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. <br> 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! <br> Javadocs are available here.

Related Skills

View on GitHub
GitHub Stars19
CategoryCustomer
Updated5mo ago
Forks1

Languages

Java

Security Score

92/100

Audited on Oct 21, 2025

No findings