test
This commit is contained in:
parent
a7891df941
commit
23812e8ce1
@ -28,6 +28,10 @@ def sb_test_command_groups(bot, trigger):
|
|||||||
for command in commands.values()
|
for command in commands.values()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
for command, doc, usages in commands:
|
||||||
|
bot.say(str(dir(command)))
|
||||||
|
return
|
||||||
|
|
||||||
realcommands = dict(
|
realcommands = dict(
|
||||||
(name, (doc.splitlines(), [u['text'] for u in usages]))
|
(name, (doc.splitlines(), [u['text'] for u in usages]))
|
||||||
for command, doc, usages in commands
|
for command, doc, usages in commands
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user