v5.1.8: Change RatelimitedException
The RatelimitedException now extends RuntimeException instead of Throwable.
This means that you no longer need to catch the RatelimitedException. It will still be thrown tho.
Also JDA was updated from 4.1.0_100 to 4.1.1_101
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.8'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.8</version>
</dependency>
</dependencies>