Skip to content

[Alpha] 0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@DonovanDMC DonovanDMC released this 29 Aug 00:48
· 841 commits to dev since this release
0886c91
  • fixed CHANNEL_BULK_DELETE_MESSAGES using DELETE instead of POST
  • added deleteMessages to TextableChannel
  • the types for creating & editing guild commands were seprated from the global types
  • an error in ratelimit handling was corrected
  • less reliance on cached objects
    • guildMemberAdd, guildMemberRemove & guildMemberUpdate no longer have a guild parameter
    • oldGuild in guildUpdate is nullable
    • webhooksUpdate now includes a guild
  • autoModerationActionExecution actually works now, and has two new parameters: channel & user, as well as executionOptions being changed