test
This commit is contained in:
parent
b585e10ac7
commit
94104603ac
@ -126,11 +126,11 @@ def dispatch():
|
|||||||
return actual_decorator
|
return actual_decorator
|
||||||
|
|
||||||
|
|
||||||
# @dispatch()
|
|
||||||
def prerun():
|
def prerun():
|
||||||
|
|
||||||
def actual_decorator(function):
|
def actual_decorator(function):
|
||||||
|
|
||||||
|
@dispatch()
|
||||||
@functools.wraps(function)
|
@functools.wraps(function)
|
||||||
def internal_prerun(bot, trigger, *args, **kwargs):
|
def internal_prerun(bot, trigger, *args, **kwargs):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user