Fix ducks.py having a superfluous function
This commit is contained in:
parent
febb6d66e3
commit
1a54c11df8
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue