Skip to content

Commit 0e94d91

Browse files
committed
fix: update last page button emoji
1 parent 351322e commit 0e94d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/ext/paginators.py

Lines changed: 1 addition & 1 deletion
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)