v5.1.9: Added CLOUDLIST_XYZ
Added CLOUDLIST_XYZ to Site enum.
Updated JDA from 4.1.1_101 to 4.1.1_105
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.9'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.9</version>
</dependency>
</dependencies>