aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/help.py b/bot/cogs/help.py
index 3513c3373..cd8c797b4 100644
--- a/bot/cogs/help.py
+++ b/bot/cogs/help.py
@@ -15,7 +15,7 @@ from bot.pagination import DELETE_EMOJI, LinePaginator
log = logging.getLogger(__name__)
-COMMANDS_PER_PAGE = 5
+COMMANDS_PER_PAGE = 8
PREFIX = constants.Bot.prefix
Category = namedtuple("Category", ["name", "description", "cogs"])