Skip to content

v5.1.9: Added CLOUDLIST_XYZ

Choose a tag to compare

@Andre601 Andre601 released this 04 Feb 00:13
· 538 commits to master since this release

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>