Skip to content

v5.1.12

Choose a tag to compare

@Andre601 Andre601 released this 28 Feb 15:36
· 526 commits to master since this release

RatelimitedException now returns RatelimitedException{delay=<delay>, botId=<botId>, ip=<ip>, route=<route>} in getMessage() and also has additional new methods (toString(), getDelay(), getBotId(), getIp() and getRoute())

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile 'org.botblock:JavaBotBlockAPI:5.1.12'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>5.1.12</version>
  </dependency>
</dependencies>