From d81b4b13d28de2cbed227fb68ea1324622be6812 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 10:09:04 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index d4d583c..a08bec0 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -69,6 +69,7 @@ class Commands(): "type": "command", "plugin_name": plugin_name }) + print(self.bot._rules_manager.get_all_commands()) return commands_list @property