git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4623133
)
Typo in facts:handle_help().
author
CMDR furrycat
<elite@furrycat.net>
Wed, 10 Oct 2018 08:33:20 +0000
(09:33 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Wed, 10 Oct 2018 08:33:20 +0000
(09:33 +0100)
plugin/facts/facts.py
patch
|
blob
|
history
diff --git
a/plugin/facts/facts.py
b/plugin/facts/facts.py
index
00da32b
..
33b555c
100644
(file)
--- 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 handl
e
_help(self, message, command, *args):
if command == 'facts':
await self.help_facts(message)
elif command == 'haiku':