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())