Typo in facts:handle_help().
authorCMDR furrycat <elite@furrycat.net>
Wed, 10 Oct 2018 08:33:20 +0000 (09:33 +0100)
committerCMDR furrycat <elite@furrycat.net>
Wed, 10 Oct 2018 08:33:20 +0000 (09:33 +0100)
plugin/facts/facts.py

index 00da32b..33b555c 100644 (file)
@@ -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':