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