You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 */)