test
This commit is contained in:
parent
bfd42a5a50
commit
b056f1bce6
@ -14,9 +14,9 @@ def prerun_command():
|
|||||||
|
|
||||||
# Get && split for multiple commands
|
# Get && split for multiple commands
|
||||||
if "&&" in trigger.args[1]:
|
if "&&" in trigger.args[1]:
|
||||||
triggers = trigger.args[1].split("&&")
|
triggers = str(trigger.args[1]).split("&&")
|
||||||
else:
|
else:
|
||||||
triggers = [trigger.args[1]]
|
triggers = [str(trigger.args[1])]
|
||||||
|
|
||||||
bot.say(triggers)
|
bot.say(triggers)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user