This commit is contained in:
deathbybandaid 2022-02-12 16:04:15 -05:00
parent a1b577ff77
commit 1de781d894

View File

@ -26,7 +26,8 @@ def sb_test_command_groups(bot, trigger):
for plugin_name, commands in plugin_commands: for plugin_name, commands in plugin_commands:
for command in commands.values(): for command in commands.values():
bot.say(str(command.name)) bot.say(str(command.name))
return bot.say(str(dir(command)))
return
commands = ( commands = (
(command, command.get_doc(), command.get_usages()) (command, command.get_doc(), command.get_usages())