Skip to content

v5.1.14: Added DISCORDLIST_CO

Choose a tag to compare

@Andre601 Andre601 released this 30 Mar 13:05
· 494 commits to master since this release

Added DISCORDLIST_CO to the Site enum and deprecated DISCORDBOTREVIEWS_XYZ
Removed TOP_GG (Was not removed on last release... Ooops)

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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