diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index 296116f..b1d3c20 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -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):