This commit is contained in:
deathbybandaid 2022-02-10 14:26:55 -05:00
parent 1ed82590d8
commit 066bf7dbdc

View File

@ -21,7 +21,7 @@ def sb_test_commands(bot, trigger):
@plugin.nickname_command('commands')
def sopel_commands(bot, trigger):
bot.say(list(sb.commands.sopel_commands.keys()))
bot.say(list(sb.commands.sopel_commands.items()))
for x in sb.commands.sopel_commands:
for y in x: