Skip to content

v5.2.1: New Sites and removed deprecated stuff

Compare
Choose a tag to compare
@Andre601 Andre601 released this 18 Jun 20:33
· 373 commits to master since this release
  • Site updated:
  • Dependencies updated:
    • JDA: 4.1.1_156 to 4.1.1_165
  • Improved Javadoc
  • Removed deprecated getInvite methods from GetBotAction
  • Make the RequestHandler return proper JSON on (partially) failed POST

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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