diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index cc88ea2..d4d583c 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -69,7 +69,6 @@ class Commands(): "type": "command", "plugin_name": plugin_name }) - print(self.bot._rules_manager._commands) return commands_list @property