v2.0.0: Updated JDA and added new methods
This release has new GET methods to retrieve the bot info or botlist info.
JDA was also updated to v4 meaning this version is NOT backwards compatible.
Installation
Gradle
repositories{
maven { url = 'https://dl.bintray.com/andre601/maven' }
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '2.0.0'
}
Maven
<repositories>
<repository>
<id>jcenter</id>
<url>https://dl.bintray.com/andre601/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>