Skip to content

Commit b63778d

Browse files
authored
Merge branch 'master' into oauth
2 parents a08366f + c0c929e commit b63778d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/paginator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(self, ctx, *embeds, **options):
4040
'⏭': self.last_page,
4141
# '⏹': self.close
4242
}
43+
4344
if options.get('edit_footer', True) and len(self.embeds) > 1:
4445
for i, em in enumerate(self.embeds):
4546
footer_text = f'Page {i+1} of {len(self.embeds)}'

0 commit comments

Comments
 (0)