Skip to content

Commit 4dc1764

Browse files
authored
fix: update last page button emoji (#1772)
1 parent 13640e3 commit 4dc1764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/ext/paginators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Paginator:
122122
)
123123
"""The emoji to use for the next button"""
124124
last_button_emoji: Optional[Union["PartialEmoji", dict, str]] = attrs.field(
125-
repr=False, default="", metadata=export_converter(process_emoji)
125+
repr=False, default="⏭️", metadata=export_converter(process_emoji)
126126
)
127127
"""The emoji to use for the last button"""
128128
callback_button_emoji: Optional[Union["PartialEmoji", dict, str]] = attrs.field(

0 commit comments

Comments
 (0)