v1.2.0
Changed:
ctx.options
are a bit more consistent with sub-commands. Check the last heading in the documetation for an example.
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()
- New
- Unknown Commands
- Support for Google Cloud Functions. (
GCFServer
)
Fixed:
- Some documentation
- Command finalization
- Command throttling
- Command options validation