Skip to content

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("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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages