This commit is contained in:
deathbybandaid 2022-02-24 10:43:56 -05:00
parent b0f36832d3
commit e8a3756efc

View File

@ -272,6 +272,7 @@ class Commands():
else:
trigger_command = full_trigger_str.split(" ")[0]
trigger_str = " ".join([x.strip() for x in full_trigger_str.split(" ")[1:]])
print("[%s]" % trigger_str)
command_types = ["command", "nickname_command", "action_command"]
# Assume same command type until proven otherwise