Skip to content

NBot-API v2.0.3

Compare
Choose a tag to compare
@NeutronStars NeutronStars released this 15 Mar 22:28
· 12 commits to master since this release

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.3'
}