diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 4762907..93c6cc0 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -44,7 +44,7 @@ def prerun(rulematch=False): sb.commands.dispatch(trigger_dict) return - if rulematch and sb.commands.is_real_command(commands[0]["trigger_command"]): + if rulematch and sb.commands.is_real_command(commands[0]): return # This is where we rebuild trigger