v5.1.3: Updated Dependencies
Updated JDA from 4.1.0_99 to 4.1.0_100
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.3'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.3</version>
</dependency>
</dependencies>