Uncomment duck stats
This commit is contained in:
parent
617fbe301c
commit
2db5d476a4
1 changed files with 3 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue