test
This commit is contained in:
parent
a1b577ff77
commit
1de781d894
@ -26,6 +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)))
|
||||
return
|
||||
|
||||
commands = (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user