From e06e66244790d5073f805b12df05486a2f74e67e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 23 Jul 2020 19:50:47 +0100 Subject: [PATCH] Trying to change per page commands showing up --- cogs/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/help.py b/cogs/help.py index 13d5c89d..293616f6 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -416,7 +416,7 @@ class HelpPaginator(Pages): entries = sorted(ctx.bot.commands, key=key) nested_pages = [] - per_page = 9 + per_page = 4 # 0: (cog, desc, commands) (max len == 9) # 1: (cog, desc, commands) (max len == 9)