This commit is contained in:
deathbybandaid 2022-02-23 11:55:54 -05:00
parent f48ea07393
commit 392d9e7bb8

View File

@ -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, "&&")