test
This commit is contained in:
parent
3d5e5af76b
commit
01847c9d81
@ -12,7 +12,7 @@ def comrun_create():
|
|||||||
def actual_decorator(function):
|
def actual_decorator(function):
|
||||||
|
|
||||||
@functools.wraps(function)
|
@functools.wraps(function)
|
||||||
def internal_comrun_create(bot, trigger, comrun, *args, **kwargs):
|
def internal_comrun_create(bot, trigger, *args, **kwargs):
|
||||||
|
|
||||||
bot.say("comrun_create")
|
bot.say("comrun_create")
|
||||||
comrun = ComRun()
|
comrun = ComRun()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user