aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-01 20:55:27 +0100
committerGravatar dngfx2018-09-01 20:55:27 +0100
commitd6b0d4653c62a06a295b89707c559a29abbf8542 (patch)
tree310ca529b17b51e62f112c212a271c8d8f65cf0c
parentUncomment duck stats (diff)
signature
Fix duck stats
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 4f5bb9a1..b313a2c6 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -28,7 +28,7 @@ class Module(object):
help="See who the friendliest people to ducks are!")
events.on("received.command.killers").hook(self.duck_enemies,
help="See who shoots the most amount of ducks.")
- events.on("received.command.ducks").hook(self.duck_stats,
+ events.on("received.command.duckstats").hook(self.duck_stats,
help="Shows your duck "
"stats!")