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

View File

@ -26,6 +26,7 @@ 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))
bot.say(str(dir(command)))
return return
commands = ( commands = (