test
This commit is contained in:
parent
1e2e8e3985
commit
1ed82590d8
@ -21,6 +21,8 @@ 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(list(sb.commands.sopel_commands.keys()))
|
||||||
|
|
||||||
for x in sb.commands.sopel_commands:
|
for x in sb.commands.sopel_commands:
|
||||||
for y in x:
|
for y in x:
|
||||||
bot.say(str(y))
|
bot.say(str(y))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user