Releases: metagn-archives/DiscordG
Releases · metagn-archives/DiscordG
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
- Added Permissions and Colors enums. Both can be used in Role/Channel editing and Permissions can now be edited, created and deleted in channels.
- Added edit and posting timestamps and mentionsEveryone boolean for Messages along with Message.Attachment class
- Groovified most code
- Base.toString() now returns Base.getName()
- Added #toDiscordDate method to RandomUtil to convert Discord timestamps to Dates
- Fixed a bug occuring since a long time ago, in which GUILD_UPDATE had barely any and wrong handling which led to messes in readyData
- Added EnglishUtil class for... no reason with both US English QWERTY keyboard 2 dimensional list and alphabet
1.3.0
- 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.