From 6ee383120a2e68518d1da2b4eab671ca68a978b7 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 12:46:37 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) 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