|
command_call = self.command_config.commands.get(command, None)
|
|
command_call = self.command_config.commands.get(command, None)
|
|
await self.respond(Response.from_message(message, f"Sorry! I don't know the command {command}."))
|
|
await self.respond(Response.from_message(message, f"Sorry! I don't know the command {command}."))
|