Skip to content

v5.1.2: Updated BotBlockAPI

Choose a tag to compare

@Andre601 Andre601 released this 20 Jan 16:57

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>