From f2c470584b530291a5250b7f8a06c4e905fdf42a Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 19:28:17 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index fc4741f..29bfcf9 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -117,7 +117,7 @@ def get_commands(bot, trigger): else: trigger_command = trigger_str.split(" ")[0] 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_prefix = first_trigger_prefix