Skip to content

A library aiming to simplify the process of creating an interaction on JDA

License

Notifications You must be signed in to change notification settings

RobotHanzo/JDAInteractions

Repository files navigation

JDAInteractions

JDAInteractions is a library aiming to simplify the process of creating interactions for the popular Discord API wrapper JDA.

Download

repositories {
    mavenCentral()
    maven("https://jitpack.io/")
}

dependencies {
    implementation("com.github.robothanzo:JDAInteractions:${jdaInteractionsVersion}")
}

Examples

Refer to the example folder for more information.

Dependencies

JDA by DV8FromTheWorld

Reflections by ronmamo

Lombok by lombok team