We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d57a7 commit 403a476Copy full SHA for 403a476
utils/paginator.py
@@ -40,6 +40,7 @@ def __init__(self, ctx, *embeds, **options):
40
'⏭': self.last_page,
41
# '⏹': self.close
42
}
43
+
44
if options.get('edit_footer', True) and len(self.embeds) > 1:
45
for i, em in enumerate(self.embeds):
46
footer_text = f'Page {i+1} of {len(self.embeds)}'
0 commit comments