diff options
| author | 2018-09-08 19:23:35 +0100 | |
|---|---|---|
| committer | 2018-09-08 19:23:35 +0100 | |
| commit | 83f2ec673c36639cd639c7e6a4eccb0f9b07ca49 (patch) | |
| tree | 56e42d69e13d4570f1f115970509dc3d16f8d9ff /modules/ducks.py | |
| parent | Full metal duck. (diff) | |
| signature | ||
Typo fix.
Diffstat (limited to 'modules/ducks.py')
| -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( |
