test
This commit is contained in:
parent
0beb62eafd
commit
344846674b
@ -134,8 +134,9 @@ class Commands():
|
|||||||
else:
|
else:
|
||||||
first_trigger_type = "rule"
|
first_trigger_type = "rule"
|
||||||
first_trigger_prefix = None
|
first_trigger_prefix = None
|
||||||
first_trigger_command = first_full_trigger_str.split(" ")[0]
|
first_trigger_noprefix = first_full_trigger_str
|
||||||
first_trigger_str = " ".join(first_full_trigger_str.split(" ")[1:])
|
first_trigger_command = first_trigger_noprefix.split(" ")[0]
|
||||||
|
first_trigger_str = " ".join(first_trigger_noprefix.split(" ")[1:])
|
||||||
|
|
||||||
commands.append({
|
commands.append({
|
||||||
"trigger_type": first_trigger_type,
|
"trigger_type": first_trigger_type,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user