6 commands per page within the cog

pull/8/head
sgoudham 4 years ago
parent f4884fc840
commit 2467b66050

@ -351,7 +351,7 @@ def _command_signature(cmd):
class HelpPaginator(Pages):
def __init__(self, ctx, entries, *, per_page=4):
def __init__(self, ctx, entries, *, per_page=6):
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)

Loading…
Cancel
Save