N-bot is a bot discord that use API JDA and SLF4J. It's also an API for developing plugins.
Link to the API JDA : https://github.com/DV8FromTheWorld/JDA/releases
Link to the SLF4J : https://github.com/qos-ch/slf4j
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.NeutronStars:NBot_v2_0:2.1.2'
}