This commit is contained in:
deathbybandaid 2022-02-23 14:35:55 -05:00
parent bfbd4135c8
commit 954d6c109a

View File

@ -16,6 +16,7 @@ def prerun(rulematch=False):
# 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, "&&")
print(commands)
comrun = ComRun(rulematch, trigger) comrun = ComRun(rulematch, trigger)