diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 4ead2c2..9fe658b 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -89,6 +89,8 @@ def get_commands(bot, trigger): if len(found): trigger_type = found[0] + bot.say(trigger_type) + commands.append({ "trigger_type": trigger_type, "trigger_prefix": trigger_prefix,