aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/formatter.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/bot/cogs/formatter.py b/bot/cogs/formatter.py
index 5d371bdf9..56f25fbd6 100644
--- a/bot/cogs/formatter.py
+++ b/bot/cogs/formatter.py
@@ -61,6 +61,14 @@ class Formatter(HelpFormatter):
return self._paginator.pages
+ # if not a specific command, help page will be in the format:
+ # class <cog1>:
+ # bot.<command1>() # <command1 help>
+ # class <cog2>:
+ # bot.<command2>() # <command2 help>
+ #
+ # # <ending help note>
+
max_width = self.max_name_size
def category_check(tup):