From 8cff6fe13554018ef90f9310e50405d9205fec1f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 13:50:15 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)