v5.1.14: Added DISCORDLIST_CO
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>