on_command
Method
This is a method of the BotProtocol class in the protocols module.Decorator to register a command handler.
Signature
Parameters
str
required
Command name (without /)
Returns
Callable
The result of the operation.
Usage
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 410
