test
This commit is contained in:
parent
39b4d83456
commit
c4c0941374
@ -25,7 +25,7 @@ class Commands():
|
||||
return self.dispatch_command(bot, trigger, trigger_dict)
|
||||
elif trigger_dict["trigger_type"] == "nickname_command":
|
||||
return self.dispatch_nickname_command(bot, trigger, trigger_dict)
|
||||
elif trigger_dict["trigger_type"] == "actioncommand":
|
||||
elif trigger_dict["trigger_type"] == "action_command":
|
||||
return self.dispatch_action_command(bot, trigger, trigger_dict)
|
||||
|
||||
def dispatch_command(self, bot, trigger, trigger_dict):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user