Skip to content

NBot-API v2.0.4

Compare
Choose a tag to compare
@NeutronStars NeutronStars released this 18 Mar 15:00
· 11 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.4'
}