Skip to content

v2.0.0: Updated JDA and added new methods

Compare
Choose a tag to compare
@Andre601 Andre601 released this 26 Jul 14:35
· 875 commits to master since this release
94d0669

This release has new GET methods to retrieve the bot info or botlist info.
JDA was also updated to v4 meaning this version is NOT backwards compatible.

Installation

Gradle

repositories{
    maven { url = 'https://dl.bintray.com/andre601/maven' }
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '2.0.0'
}

Maven

<repositories>
  <repository>
    <id>jcenter</id>
    <url>https://dl.bintray.com/andre601/maven</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>2.0.0</version>
  </dependency>
</dependencies>