This commit is contained in:
deathbybandaid 2022-02-12 13:29:43 -05:00
parent 39b4d83456
commit c4c0941374

View File

@ -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):