Skip to content

v5.1.15: Deprecated LBOTS_ORG and DISCORDBOT_WORLD

Choose a tag to compare

@Andre601 Andre601 released this 13 Apr 21:54
· 473 commits to master since this release

Deprecated LBOTS_ORG and DISCORDBOT_WORLD
Updated JDA to 4.1.1_136

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile 'org.botblock:JavaBotBlockAPI:5.1.15'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>5.1.15</version>
  </dependency>
</dependencies>