This accessor provides methods for modifying existing Rocket.Chat slash commands. It is provided during "onEnable" of your App.
Renders an existing slash command un-usable.
the command's usage without the slash
Enables an existing slash command to be usable again.
Modifies an existing command. The command must either be your App's own command or a system command. One App can not modify another App's command.
the modified slash command
Generated using TypeDoc
This accessor provides methods for modifying existing Rocket.Chat slash commands. It is provided during "onEnable" of your App.