From c4c09413746c1421e008e83b23e9e45c2e83ffeb Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 13:29:43 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):