We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13640e3 commit 4dc1764Copy full SHA for 4dc1764
interactions/ext/paginators.py
@@ -122,7 +122,7 @@ class Paginator:
122
)
123
"""The emoji to use for the next button"""
124
last_button_emoji: Optional[Union["PartialEmoji", dict, str]] = attrs.field(
125
- repr=False, default="⏩", metadata=export_converter(process_emoji)
+ repr=False, default="⏭️", metadata=export_converter(process_emoji)
126
127
"""The emoji to use for the last button"""
128
callback_button_emoji: Optional[Union["PartialEmoji", dict, str]] = attrs.field(
0 commit comments