This commit is contained in:
deathbybandaid 2022-05-06 10:17:38 -04:00
parent d6de6b2643
commit c588eb3091

View File

@ -14,6 +14,8 @@ def prerun():
@functools.wraps(function)
def internal_prerun(bot, trigger, *args, **kwargs):
print(function._decorators)
comrun = ComRun(bot, trigger, function)
# Since there was more than one command,