diff options
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index bdf62870..37f950dc 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -37,7 +37,7 @@ class Module(object): # sneaky fellow # and make a # decoy duck!") - events.on("rreceived.command.friends").hook( + events.on("received.command.friends").hook( self.duck_friends, help="See who the friendliest people to ducks are!") events.on("received.command.killers").hook( |
