From: CMDR furrycat Date: Wed, 10 Oct 2018 08:33:20 +0000 (+0100) Subject: Typo in facts:handle_help(). X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=ad85154eb8abe013ab035cdae029f805a3ac3acf;p=furrycat%2Fcatbot.git Typo in facts:handle_help(). --- diff --git a/plugin/facts/facts.py b/plugin/facts/facts.py index 00da32b..33b555c 100644 --- a/plugin/facts/facts.py +++ b/plugin/facts/facts.py @@ -35,7 +35,7 @@ class Facts(object): await self.haiku(message) return PluginCommand.exclusive - async def handl_help(self, message, command, *args): + async def handle_help(self, message, command, *args): if command == 'facts': await self.help_facts(message) elif command == 'haiku':