This commit is contained in:
deathbybandaid 2022-05-05 12:12:36 -04:00
parent 85b9a8888d
commit a85ed1dabb

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)