This commit is contained in:
deathbybandaid 2022-05-05 12:04:55 -04:00
parent e4dd478aab
commit a835829c40

View File

@ -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)