Skip to content

v5.1.1: Readded GLENNBOTLIST_XYZ

Choose a tag to compare

@Andre601 Andre601 released this 20 Jan 09:53
· 576 commits to master since this release

This update readds GLENNBOTLIST_XYZ to the Site-enum since they now allow posting Guild counts to their site.

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.1'
}

Maven

Use this in your pom.xml

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