This commit is contained in:
deathbybandaid 2022-02-23 12:40:00 -05:00
parent 4f652091b3
commit 562057d05e

View File

@ -34,7 +34,7 @@ def prerun(rulematch=False):
# This is where we rebuild trigger
# we validate a few things here
trigger = clean_trigger(bot, trigger, commands[0])
# trigger = clean_trigger(bot, trigger, commands[0])
# Get list of trigger command(s) by | split
commands = sb.commands.get_commands_split(trigger, "|")