This commit is contained in:
deathbybandaid 2022-02-22 16:24:55 -05:00
parent 83c94d6d7e
commit 2c1166b73c

View File

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