test
This commit is contained in:
parent
066bf7dbdc
commit
1886ceb14e
@ -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.items()))
|
||||
bot.say(sb.commands.sopel_commands[0])
|
||||
|
||||
for x in sb.commands.sopel_commands:
|
||||
for y in x:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user