This commit is contained in:
deathbybandaid 2022-02-12 19:28:17 -05:00
parent 00f75a4530
commit f2c470584b

View File

@ -117,7 +117,7 @@ def get_commands(bot, trigger):
else: else:
trigger_command = trigger_str.split(" ")[0] 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 # Assume same command type until proven otherwise
assumed_trigger_type = first_trigger_type assumed_trigger_type = first_trigger_type
assumed_trigger_prefix = first_trigger_prefix assumed_trigger_prefix = first_trigger_prefix