Skip to content

0.12.5

Compare
Choose a tag to compare
@BreadMoirai BreadMoirai released this 08 Feb 04:19
· 60 commits to master since this release

Commits

317fdde Add fallback values for command parameters
Add Support for OptionalPrimitives
b85c06b Added covariant returns types to ReactionEventActionBuilder
cfcd1fe fix CommandEvent#replyFormat return type
e4eb4c8 Added Optional Primitives for parameter mapping
b7f1292 Add Color parser
1a3ec06 REmbedBuilder is now public
d4a0ba1 fix for EventWaiter unable to timeout with multiruns
3c5f195 Fix Exception on ParseRange with no dash

Adding as Dependency

Gradle

repositories {
  jcenter()
}

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

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.12.5</version>
  <type>pom</type>
</dependency>