This commit is contained in:
deathbybandaid 2022-02-10 15:36:19 -05:00
parent 8f1a40a623
commit a9f0ad255b

View File

@ -21,7 +21,7 @@ def sb_test_commands(bot, trigger):
@plugin.nickname_command('commands')
def sopel_commands(bot, trigger):
bot.say(str(bot.rules._values.values()))
bot.say(str(bot.rules._rules.values()))
@prerun_nickname_command()