This commit is contained in:
deathbybandaid 2022-02-12 16:05:11 -05:00
parent 1de781d894
commit 69bbd6e4c9

View File

@ -26,7 +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))) sb.osd(str(dir(command)), trigger.sender)
return return
commands = ( commands = (