v4.0.1: Smaller changes to RatelimitedException
Changed the message that the RatelimitedException would give, making it (hopefully) clearer to read.
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.0.1_0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>4.0.1_0</version>
</dependency>
</dependencies>