From 1ec53ce1a6c93dcda468edae94f61ff318449490 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 10:03:13 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index d4d8f5e..cc4d037 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -70,9 +70,7 @@ class Commands(): "type": "command", "plugin_name": plugin_name }) - for category, cmds in collections.OrderedDict(sorted(self.bot.command_groups.items())).items(): - print(category) - print(cmds) + print(self.bot.command_groups.items()) return commands_list @property