Fix typos
This commit is contained in:
parent
b213690a3f
commit
a3798e677f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ class InfoBot(yaboli.Bot):
|
|||
|
||||
await self.command_help(room, message, command, argstr)
|
||||
|
||||
async def on_command_general(self, room, mesage, command, argstr):
|
||||
async def on_command_general(self, room, message, command, argstr):
|
||||
if not argstr:
|
||||
await self.botrulez_ping(room, message, command)
|
||||
await self.botrulez_help(room, message, command, text="I count the types of clients in my nick")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue