Fix duck stats

This commit is contained in:
dngfx 2018-09-01 20:55:27 +01:00
parent 2db5d476a4
commit d6b0d4653c

View file

@ -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!")