test
This commit is contained in:
parent
c8c5a32671
commit
4bac5d38c4
@ -59,6 +59,7 @@ def get_commands(bot, trigger):
|
|||||||
trigger_str = " ".join(trigger_str.split(" ")[1:])
|
trigger_str = " ".join(trigger_str.split(" ")[1:])
|
||||||
trigger_command = trigger_str.split(" ")[0]
|
trigger_command = trigger_str.split(" ")[0]
|
||||||
else:
|
else:
|
||||||
|
trigger_command = trigger_str.split(" ")[0]
|
||||||
command_types = ["command", "nickname_command", "action_command"]
|
command_types = ["command", "nickname_command", "action_command"]
|
||||||
# TODO Assume same command type until proven otherwise
|
# TODO Assume same command type until proven otherwise
|
||||||
assumed_trigger_type = first_trigger_type
|
assumed_trigger_type = first_trigger_type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user