Skip to content

v4.0.1: Smaller changes to RatelimitedException

Compare
Choose a tag to compare
@Andre601 Andre601 released this 03 Jan 19:37
· 649 commits to master since this release

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>