Skip to content

v1.2.0

Compare
Choose a tag to compare
@Snazzah Snazzah released this 19 Dec 22:42
· 1174 commits to master since this release

Changed:

Added:

  • Support for registering/unregistering commands
    • New SlashCreator event: commandUnregister
    • New SlashCreator event: commandReregister
    • SlashCreator.reregisterCommand(command, oldCommand)
    • SlashCreator.unregisterCommand(command)
    • SlashCommand.reload()
    • SlashCommand.unload()
  • Unknown Commands
  • Support for Google Cloud Functions. (GCFServer)

Fixed:

  • Some documentation
  • Command finalization
  • Command throttling
  • Command options validation