From 1de781d89465aba6d568c671d8893052cfa36a73 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 16:04:15 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py index e5ee672..5319e5f 100644 --- a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py @@ -26,7 +26,8 @@ def sb_test_command_groups(bot, trigger): for plugin_name, commands in plugin_commands: for command in commands.values(): bot.say(str(command.name)) - return + bot.say(str(dir(command))) + return commands = ( (command, command.get_doc(), command.get_usages())