WIP sorting commands

cogguide_develop
bobloy 4 years ago
parent 42832391fa
commit 1c8a0c9cd0

@ -194,6 +194,8 @@ Commands
return cog_command return cog_command
cog_commands_list = [] cog_commands_list = []
# com_list = [com for com in cog.walk_commands()]
# com_list.sort()
for com in cog.walk_commands(): for com in cog.walk_commands():
cog_commands_list.append(get_command_rst(com)) cog_commands_list.append(get_command_rst(com))
with filepath.open("w", encoding="utf-8") as f: with filepath.open("w", encoding="utf-8") as f:

Loading…
Cancel
Save