Interface ISlashCommandsModify
Methods
disableSlashCommand
- disableSlashCommand(command: string): Promise<void>
-
Parameters
Returns Promise<void>
enableSlashCommand
- enableSlashCommand(command: string): Promise<void>
-
Parameters
Returns Promise<void>
modifySlashCommand
-
Parameters
Returns Promise<void>
This accessor provides methods for modifying existing Rocket.Chat slash commands. It is provided during "onEnable" of your App.