This commit is contained in:
deathbybandaid 2022-02-10 15:35:33 -05:00
parent b6b9563915
commit 8f1a40a623

View File

@ -21,11 +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(sb.commands.sopel_commands.values())) bot.say(str(bot.rules._values.values()))
for x in sb.commands.sopel_commands:
for y in x:
bot.say(str(y))
@prerun_nickname_command() @prerun_nickname_command()