From a3798e677f2197a1d57997dd47b7740d799ccc48 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 13 Aug 2018 09:20:53 +0000 Subject: [PATCH] Fix typos --- infobot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infobot.py b/infobot.py index b0988c4..fdaad4f 100644 --- a/infobot.py +++ b/infobot.py @@ -34,12 +34,12 @@ 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") - await self.command_hosts(room, message, command, argstr) + await self.command_hosts(room, message, command, argstr) @yaboli.command("help") async def command_help(self, room, message, argstr):