Skip to content

1.3.0

Compare
Choose a tag to compare
@metagn metagn released this 17 Jan 22:50
· 102 commits to master since this release
  • Fixed Member.getJoinDate(). Now two methods, Member.getJoinDateRaw() (String) and Member.getJoinDate() (Date).
  • Added API.ignorePresenceUpdate as another config option for bots on bigger servers.
  • Added new exception catch for entering the chill zone.
  • Added RandomUtil.registerDiscordStringMethods(). This adds several methods to the String metaclass to help format strings. These include: String.removeFormatting(), String.bold(), String.italic(), String.underline(), String.code() and String.block(String language /* "" by default */)
  • Updated documentation.