test
This commit is contained in:
parent
ecf6b550f0
commit
3031948e7a
@ -48,7 +48,7 @@ def get_commands(bot, trigger):
|
||||
trigger_str = str(trigger_item.split(" ")[1:])
|
||||
elif trigger_item.startswith(tuple(["ACTION", "/me"])):
|
||||
trigger_type = "action_command"
|
||||
first_trigger_prefix = "ACTION"
|
||||
trigger_prefix = "ACTION"
|
||||
trigger_str = trigger_item
|
||||
else:
|
||||
# Assume same command type until proven otherwise
|
||||
|
||||
Loading…
Reference in New Issue
Block a user