From 39e6e1ad6b703c92b0813abb8a0d78c70da6c775 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 10:04:59 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index ef7184a..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.command_groups.items()) return commands_list @property