Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 884 Bytes

File metadata and controls

31 lines (21 loc) · 884 Bytes

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("net.dv8tion:JDA:${jdaVersion}") // You should include your own copy of JDA
    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