Skip to content

Commit

Permalink
Update discord/ext/pages/pagination.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lala Sabathil <[email protected]>
  • Loading branch information
Nzii3 and Lulalaby committed Nov 30, 2022
1 parent 5fffa80 commit 65646ac
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 @@ -340,7 +340,7 @@ class Paginator(discord.ui.View):
use_default_buttons: :class:`bool`
Whether to use the default buttons (i.e. ``first``, ``prev``, ``page_indicator``, ``next``, ``last``)
use_styled_buttons: :class:`bool`
The same as ``use_default_buttons`` but uses emojis for labels, overwrites ``use_default_buttons`` when used
The same as ``use_default_buttons`` but uses emojis for labels, overwrites ``use_default_buttons`` when used.
default_button_row: :class:`int`
The row where the default paginator buttons are displayed. Has no effect if custom buttons are used.
loop_pages: :class:`bool`
Expand Down

0 comments on commit 65646ac

Please sign in to comment.