From a85ed1dabbf6c435a4fbe3384bee482b1687820d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 12:12:36 -0400 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 2400eef..31662b5 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)