test
This commit is contained in:
parent
bb8801ad62
commit
bd7649aaba
@ -31,7 +31,7 @@ def prerun(rulematch=False):
|
||||
for trigger_dict in commands:
|
||||
sb.commands.dispatch(trigger_dict)
|
||||
return
|
||||
elif trigger.args[1].split("&&")[0] != commands[0]["trigger_command"]:
|
||||
elif trigger.args[1][1:].split("&&")[0] != commands[0]["trigger_command"]:
|
||||
print(trigger.args[1].split("&&")[0])
|
||||
print(commands[0]["trigger_command"])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user