This commit is contained in:
deathbybandaid 2022-02-12 19:23:48 -05:00
parent a015850451
commit fb1101a969

View File

@ -147,8 +147,8 @@ def prerun():
def actual_decorator(function):
@testfun()
@dispatch()
@testfun()
@functools.wraps(function)
def internal_prerun(bot, trigger, *args, **kwargs):