diff options
| author | 2018-09-01 20:54:18 +0100 | |
|---|---|---|
| committer | 2018-09-01 20:54:18 +0100 | |
| commit | 2db5d476a457c80dc767b59e710fedfc73ab459a (patch) | |
| tree | d79776b2a2a1105438f05ec77aecfb9a34a3d321 /modules | |
| parent | Merge branch 'master' into master (diff) | |
| signature | ||
Uncomment duck stats
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ducks.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 019f01ac..4f5bb9a1 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -28,8 +28,9 @@ 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_list, - # help="Shows a list of the most popular duck superstars.") + events.on("received.command.ducks").hook(self.duck_stats, + help="Shows your duck " + "stats!") events.on("postboot").on("configure").on( |
