Skip to content

v1.0.0

Compare
Choose a tag to compare
@Snazzah Snazzah released this 16 Dec 06:11
· 1228 commits to master since this release
199b64f

Removed:

  • [BREAKING] Context.initialResponseDeleted
  • [BREAKING] treq parameter from SlashCreator#ping event - The event no longer emits any parameters

Changed:

  • [BREAKING] treq parameter in SlashCreator#unknownInteraction event is now interaction

Added:

  • More documentation
  • Context.edit(messageID, content, options)
  • Context.editOriginal(messageID, content, options)
  • Context.expired and internal handlers using this
  • Context.sendFollowUp(content, options)
  • Message and User class
  • GatewayServer - Support for gateway events
  • SlashCreatorAPI.interactionCallback(id, token, body)
  • Server.isWebserver
  • Server.handleInteraction()

Fixed:

  • Default error messages
  • Exports for Constants and CommandOptionType