This commit is contained in:
deathbybandaid 2022-02-12 16:43:12 -05:00
parent 7dd69150d8
commit e7dfea3703

View File

@ -14,7 +14,7 @@ def sb_test_commands(bot, trigger):
@plugin.nickname_command('plugins') @plugin.nickname_command('plugins')
def sb_test_command_groups(bot, trigger): def sb_test_command_groups(bot, trigger):
sb.osd(str(list(bot._plugins.keys())), trigger.sender) sb.osd(str(bot._plugins["sopel_SpiceBot_Runtime_Commands"]), trigger.sender)
@prerun() @prerun()