Handle a built-in bot command
(command: BotCommand, channelId: string)
| 134 | |
| 135 | /** Handle a built-in bot command */ |
| 136 | handleCommand(command: BotCommand, channelId: string): Promise<CommandResult>; |
| 137 | |
| 138 | /** Abort the current run for a channel */ |
| 139 | abort(channelId: string): void; |
no outgoing calls
no test coverage detected