diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index bff6bbc..622bc79 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -21,7 +21,7 @@ def sb_test_commands(bot, trigger): @plugin.nickname_command('commands') def sopel_commands(bot, trigger): - bot.say(str(dir(sb.commands.sopel_commands))) + bot.say(str(sb.commands.sopel_commands.values())) for x in sb.commands.sopel_commands: for y in x: