v2.3.4: Fix of DISCORDSBESTBOTS_XYZ
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>