diff --git a/cogs/help.py b/cogs/help.py index d73c947c..7fb29a96 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -63,7 +63,7 @@ class Pages: Our permissions for the channel. """ - def __init__(self, ctx, *, entries, per_page=4, show_entry_count=True): + def __init__(self, ctx, *, entries, per_page=6, show_entry_count=True): self.bot = ctx.bot self.prefix = ctx.prefix @@ -370,7 +370,7 @@ def _command_signature(cmd): class HelpPaginator(Pages): - def __init__(self, ctx, entries, *, per_page=6): + def __init__(self, ctx, entries, *, per_page=8): super().__init__(ctx, entries=entries, per_page=per_page) self.reaction_emojis.append(('\N{WHITE QUESTION MARK ORNAMENT}', self.show_bot_help)) self.total = len(entries) @@ -447,7 +447,7 @@ class HelpPaginator(Pages): entries = sorted(ctx.bot.commands, key=key) nested_pages = [] - per_page = 4 + per_page = 6 # 0: (cog, desc, commands) (max len == 9) # 1: (cog, desc, commands) (max len == 9)