test
This commit is contained in:
parent
9e66e999a1
commit
aec1422769
@ -14,7 +14,8 @@ 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(bot._plugins["sopel_SpiceBot_Runtime_Commands"].get_meta_description()), trigger.sender)
|
for bplugin in list(bot._plugins.keys()):
|
||||||
|
sb.osd(str(bot._plugins[bplugin].get_meta_description()), trigger.sender)
|
||||||
|
|
||||||
|
|
||||||
@prerun()
|
@prerun()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user