This commit is contained in:
deathbybandaid 2022-02-10 15:34:21 -05:00
parent f81cbde6e9
commit b6b9563915

View File

@ -21,7 +21,7 @@ def sb_test_commands(bot, trigger):
@plugin.nickname_command('commands') @plugin.nickname_command('commands')
def sopel_commands(bot, trigger): 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 x in sb.commands.sopel_commands:
for y in x: for y in x: