diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 180a7d2..6f6535e 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -42,7 +42,7 @@ def prerun(): if comrun.is_rulematch and comrun.is_real_command: return - print(comrun.commands) + print(trigger.match) # Run function function(bot, trigger, comrun, *args, **kwargs)