From d6db548e79400109ac7141fbd777fb506abbb611 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 18:45:17 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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]