diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 6768383..eb9116a 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -80,8 +80,11 @@ def get_commands(bot, trigger): elif command_type == "action_command": commands_list = sb.commands.valid_sopel_action_commands + bot.say(command_type) + if trigger_command in commands_list: found.append(command_type) + bot.say(found) if len(found): trigger_type = found[0]