Skip to content

v5.1.8: Change RatelimitedException

Choose a tag to compare

@Andre601 Andre601 released this 25 Jan 20:58
· 548 commits to master since this release

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>