v5.1.2: Updated BotBlockAPI
It is now checked if the provided Map in the BotBlockAPI constructor is empty and throws an IllegalArgumentException when this is the case.
The updateDelay Integer is now also @NotNull
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.2'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.2</version>
</dependency>
</dependencies>