Skip to content

Commit

Permalink
I hate life, pls squash
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial authored Jan 13, 2022
1 parent 9fa0220 commit 82d00fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/pages/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
row=0,
)
self.button_type = button_type
self.label = label or button_type.capitalize()
self.label = label if label or emoji else button_type.capitalize()
self.emoji = emoji
self.style = style
self.disabled = disabled
Expand Down

0 comments on commit 82d00fc

Please sign in to comment.