on_command
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Handle command
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
on_command: Handle command
This is a method of the BotProtocol class in the protocols module.Handle command
async def on_command(&self, command: &str, args: &[&str]) -> Result<BotResponse>