From a0740c9289fcf301260f318ed6f94daf99a99166 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 09:37:46 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 1 - sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index 77b2546..d4d583c 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -95,7 +95,6 @@ class Commands(): "type": "action_command", "plugin_name": plugin_name }) - print(commands_list) return commands_list def dispatch(self, trigger_dict): diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 4fc9d82..5342522 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -49,6 +49,7 @@ def prerun(): # The command is not valid if comrun.is_catchall and not comrun.is_real_command: valid_command_results = sb.commands.search_similar_commands(comrun.command["trigger_command"]) + print(comrun.command_type) if not len(valid_command_results): comrun.osd("%s does not appear to be a valid command." % comrun.command["trigger_command"]) else: