test
This commit is contained in:
parent
1de781d894
commit
69bbd6e4c9
@ -26,7 +26,7 @@ def sb_test_command_groups(bot, trigger):
|
||||
for plugin_name, commands in plugin_commands:
|
||||
for command in commands.values():
|
||||
bot.say(str(command.name))
|
||||
bot.say(str(dir(command)))
|
||||
sb.osd(str(dir(command)), trigger.sender)
|
||||
return
|
||||
|
||||
commands = (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user