Skip to content

Commit 7c3360c

Browse files
committed
Merge branch 'oauth' of https://github.com/verixx/modmail into oauth
2 parents 4a8f361 + b63778d commit 7c3360c

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)