test
This commit is contained in:
parent
081fe090a9
commit
81ccf3f3d1
@ -47,8 +47,9 @@ def get_commands(bot, trigger):
|
|||||||
trigger_prefix = str(trigger_item.split(" ")[0])
|
trigger_prefix = str(trigger_item.split(" ")[0])
|
||||||
trigger_str = str(trigger_item.split(" ")[1:])
|
trigger_str = str(trigger_item.split(" ")[1:])
|
||||||
else:
|
else:
|
||||||
trigger_type = "action_command"
|
# Assume same command type until proven otherwise
|
||||||
trigger_prefix = "ACTION"
|
trigger_type = first_trigger_type
|
||||||
|
trigger_prefix = first_trigger_prefix
|
||||||
trigger_str = trigger_item
|
trigger_str = trigger_item
|
||||||
|
|
||||||
commands.append({
|
commands.append({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user