Skip to content

v2.3.4: Fix of DISCORDSBESTBOTS_XYZ

Compare
Choose a tag to compare
@Andre601 Andre601 released this 25 Sep 16:46
· 823 commits to master since this release

Small little update that fixes the typo in the Sites enum, changing DISCORSDBESTBOTS_XYZ to DISCORDSBESTBOTS_XYZ

Also, added a @SInCE tag for new entries in the Sites enum to indicate since when those are available.

Installation

Gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '2.3.4'
}

Maven

For maven use this code snippet:

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>2.3.4</version>
  </dependency>
</dependencies>