From ccf74a689fb4db530d170a9b55eb82a8518adeca Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 09:30:21 -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 ab603ae..016ca3b 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -38,6 +38,7 @@ class Commands(): def valid_sopel_commands(self): found = [] for command_dict in self.sopel_commands: + print(command_dict) found.append(command_dict["name"]) found.extend(command_dict["aliases"]) return found