test
This commit is contained in:
parent
f48ea07393
commit
392d9e7bb8
@ -17,7 +17,7 @@ def prerun(rulematch=False):
|
|||||||
def actual_decorator(function):
|
def actual_decorator(function):
|
||||||
|
|
||||||
@functools.wraps(function)
|
@functools.wraps(function)
|
||||||
def internal_prerun(bot, trigger, comrun, *args, **kwargs):
|
def internal_prerun(bot, trigger, *args, **kwargs):
|
||||||
|
|
||||||
# Get list of trigger command(s) by && split
|
# Get list of trigger command(s) by && split
|
||||||
commands = sb.commands.get_commands_split(trigger, "&&")
|
commands = sb.commands.get_commands_split(trigger, "&&")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user