Uncomment duck stats

This commit is contained in:
dngfx 2018-09-01 20:54:18 +01:00
parent 617fbe301c
commit 2db5d476a4

View file

@ -28,8 +28,9 @@ class Module(object):
help="See who the friendliest people to ducks are!") help="See who the friendliest people to ducks are!")
events.on("received.command.killers").hook(self.duck_enemies, events.on("received.command.killers").hook(self.duck_enemies,
help="See who shoots the most amount of ducks.") help="See who shoots the most amount of ducks.")
# events.on("received.command.ducks").hook(self.duck_list, events.on("received.command.ducks").hook(self.duck_stats,
# help="Shows a list of the most popular duck superstars.") help="Shows your duck "
"stats!")
events.on("postboot").on("configure").on( events.on("postboot").on("configure").on(