Skip to content

v5.1.13: Added ARCANE_CENTER_XYZ to Site enum

Choose a tag to compare

@Andre601 Andre601 released this 23 Mar 17:37
· 508 commits to master since this release

Added ARCANE_CENTER_XYZ to the Site enum and deprecated ARCANE_BOTCENTER_XYZ
In addition also removed DISCORDBOTS_ORG and DISCORDBESTBOTS_XYZ

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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