Skip to content

0.15.1

Compare
Choose a tag to compare
@abalabahaha abalabahaha released this 03 May 22:28

Deprecations

  • Discord has seemingly never supported the before parameter of getMessageReaction(), so that has been removed but is not considered a breaking change (3e86cd7)
  • createMessage() now uses content.messageReference for referencing messages. The content.messageReferenceID parameter is deprecated (c3d491d)
  • Some requests with paginated responses now use an options object for parameters. The old call style is deprecated (ec777a1)
    • e.g. getMessages(channelID, limit, before, after, ...) => getMessages(channelID, { limit, before, after, ... })
    • Includes: getMessageReaction(), getMessages(), getGuildAuditLogs(), getRESTGuildMembers(), getRESTGuilds(), and purgeChannel()
  • getGuildAuditLogs() was renamed to getGuildAuditLog(). The old name is deprecated (ec777a1)

Additions

  • Added support for editGuildVanity() (c152aac)
  • Exposed Message#interaction (5837a31)
  • Exposed Guild#nsfw (9223266)
  • Added support for stage channel REST methods (b6d51ee)
  • Added support for getWebhookMessage() (2a840a0)
  • Added support for Guild welcome screen endpoints (fba1f7c)
  • Exposed Role#tags (824ccf7)

Fixes

Contributors