v5.2.1: New Sites and removed deprecated stuff
- Site updated:
- Added
DISCORDLISTOLOGY_COM
- Added
VULTREX_IO
- Added
- Dependencies updated:
- JDA:
4.1.1_156
to4.1.1_165
- JDA:
- Improved Javadoc
- Removed deprecated
getInvite
methods fromGetBotAction
- Make the RequestHandler return proper JSON on (partially) failed POST
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.2.1'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.2.1</version>
</dependency>
</dependencies>