Typo fix.
This commit is contained in:
parent
6d31f5ef3c
commit
83f2ec673c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Module(object):
|
||||||
# sneaky fellow
|
# sneaky fellow
|
||||||
# and make a
|
# and make a
|
||||||
# decoy duck!")
|
# decoy duck!")
|
||||||
events.on("rreceived.command.friends").hook(
|
events.on("received.command.friends").hook(
|
||||||
self.duck_friends,
|
self.duck_friends,
|
||||||
help="See who the friendliest people to ducks are!")
|
help="See who the friendliest people to ducks are!")
|
||||||
events.on("received.command.killers").hook(
|
events.on("received.command.killers").hook(
|
||||||
|
|
Loading…
Reference in a new issue