diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index f27e67a..7a02b1b 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -52,7 +52,7 @@ def prerun(): return # At this point, we update the re.match for trigger - comrun.trigger = rebuild_trigger(comrun, function) + # comrun.trigger = rebuild_trigger(comrun, function) # Run function function(bot, trigger, comrun, *args, **kwargs)