Fix ducks.py having a superfluous function

This commit is contained in:
dngfx 2018-09-22 19:28:57 +01:00
parent febb6d66e3
commit 1a54c11df8

View file

@ -70,9 +70,6 @@ class Module(object):
def new_channel(self, event):
self.bootstrap(event["channel"])
def has_command(self, command):
return command.lower() in self.events.on("received").on("command").get_children()
def bootstrap(self, channel):
self.init_game_var(channel)
# getset