Fix typos

This commit is contained in:
Joscha 2018-08-13 09:20:53 +00:00
parent b213690a3f
commit a3798e677f

View file

@ -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")