From 1c8a0c9cd02c9762609d6c801c439798db4d21dd Mon Sep 17 00:00:00 2001 From: bobloy Date: Wed, 21 Oct 2020 14:33:23 -0400 Subject: [PATCH] WIP sorting commands --- cogguide/cogguide.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogguide/cogguide.py b/cogguide/cogguide.py index 46ea530..fdff834 100644 --- a/cogguide/cogguide.py +++ b/cogguide/cogguide.py @@ -194,6 +194,8 @@ Commands return cog_command cog_commands_list = [] + # com_list = [com for com in cog.walk_commands()] + # com_list.sort() for com in cog.walk_commands(): cog_commands_list.append(get_command_rst(com)) with filepath.open("w", encoding="utf-8") as f: