diff --git a/sopel_SpiceBot_Core_Prerun/rule_match.py b/sopel_SpiceBot_Core_Prerun/rule_match.py index 4decbf2..5f89b74 100644 --- a/sopel_SpiceBot_Core_Prerun/rule_match.py +++ b/sopel_SpiceBot_Core_Prerun/rule_match.py @@ -23,7 +23,7 @@ def rule_match(): elif comrun.trigger.dict["trigger_type"] == "action_command": commands_list = sb.commands.valid_sopel_action_commands - if comrun.trigger.dict["trigger_command"] in commands_list: + if comrun.trigger_dict["trigger_command"] in commands_list: returnfunc = False if returnfunc: