This commit is contained in:
deathbybandaid 2022-02-23 14:46:46 -05:00
parent 1ba0dbb97f
commit e535aff5c2

View File

@ -16,7 +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, "&&")
bot.say(commands) bot.say(str(commands))
comrun = ComRun(rulematch, trigger) comrun = ComRun(rulematch, trigger)