This commit is contained in:
deathbybandaid 2022-05-05 12:13:08 -04:00
parent a85ed1dabb
commit a075f17a85

View File

@ -53,6 +53,7 @@ def prerun():
# At this point, we update the re.match for trigger # At this point, we update the re.match for trigger
comrun.trigger = rebuild_trigger(comrun, function) comrun.trigger = rebuild_trigger(comrun, function)
print(str(comrun.trigger))
# Run function # Run function
function(bot, trigger, comrun, *args, **kwargs) function(bot, trigger, comrun, *args, **kwargs)