Skip to content

0.13.0

Compare
Choose a tag to compare
@BreadMoirai BreadMoirai released this 04 Jan 09:51
· 35 commits to master since this release

Changes

Update JDA from 3.8.3_464 to 4.2.0_225

Adding as Dependency

Gradle

repositories {
  jcenter()
}

dependencies {
  compile 'com.github.breadmoirai:breadbot-framework:0.13.0'
}

Maven

<repository>
  <id>jcenter</id>
  <name>jcenter</name>
  <url>http://jcenter.bintray.com/</url>
</repository>

<dependency>
  <groupId>com.github.breadmoirai</groupId>
  <artifactId>breadbot-framework</artifactId>
  <version>0.13.0</version>
  <type>pom</type>
</dependency>