diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index e281ba6..664f76e 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -29,6 +29,7 @@ def prerun(rulematch=False): # This will give sopel the appearance of recieving individual commands if len(commands) > 1: for trigger_dict in commands: + print(trigger_dict) sb.commands.dispatch(trigger_dict) return