Skip to content

Releases: metagn-archives/DiscordG

1.4.4

24 Jan 02:17
Compare
Choose a tag to compare
  • Added ownership transfer in Server.edit
  • Fixed token caching problems

1.4.3

22 Jan 00:24
Compare
Choose a tag to compare
  • Added email specific token caching

1.4.2

21 Jan 22:26
Compare
Choose a tag to compare

Fixed an issue perhaps.

1.4.1

20 Jan 02:06
Compare
Choose a tag to compare
  • Added moving members to voice channels
  • Added widget channel, AFK channel, AFK timeout and widget enabled getters/issers to Server

1.4.0

20 Jan 01:44
Compare
Choose a tag to compare
  • 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

17 Jan 22:50
Compare
Choose a tag to compare
  • 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.

1.2.5

17 Jan 19:28
Compare
Choose a tag to compare
  • Reverted Event.data.author shortcut

1.2.4

17 Jan 19:15
Compare
Choose a tag to compare
  • Event.data.author shortcut for MESSAGE_CREATE

1.2.3

16 Jan 22:31
Compare
Choose a tag to compare
  • Added getMentions() method to Message, might have to remove later
  • Added acceptOwnCommands boolean to CommandBot, false by default

Skipped 1.2.2 because I had it uploaded but forgot to release it.

1.2.1

16 Jan 14:12
Compare
Choose a tag to compare
  • Added new API.dispatchEvent method
  • Made it so Client.changeStatus will dispatch PRESENCE_UPDATEs
  • Swapped order of parameters in Event constructor