test
This commit is contained in:
parent
dce89069e9
commit
b0f36832d3
@ -271,7 +271,7 @@ class Commands():
|
|||||||
trigger_str = " ".join([x.strip() for x in trigger_noprefix.split(" ")[1:]])
|
trigger_str = " ".join([x.strip() for x in trigger_noprefix.split(" ")[1:]])
|
||||||
else:
|
else:
|
||||||
trigger_command = full_trigger_str.split(" ")[0]
|
trigger_command = full_trigger_str.split(" ")[0]
|
||||||
trigger_str = " ".join([x.strip() for x in trigger_noprefix.split(" ")[1:]])
|
trigger_str = " ".join([x.strip() for x in full_trigger_str.split(" ")[1:]])
|
||||||
|
|
||||||
command_types = ["command", "nickname_command", "action_command"]
|
command_types = ["command", "nickname_command", "action_command"]
|
||||||
# Assume same command type until proven otherwise
|
# Assume same command type until proven otherwise
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user