From 65646acdb7913a02dd7d832cc9bc730f572bb976 Mon Sep 17 00:00:00 2001 From: Nziie3 <106406461+Nzii3@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:10:08 -0800 Subject: [PATCH] Update discord/ext/pages/pagination.py Co-authored-by: Lala Sabathil --- discord/ext/pages/pagination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/pages/pagination.py b/discord/ext/pages/pagination.py index 6a9b6dc561..f7e8c2d318 100644 --- a/discord/ext/pages/pagination.py +++ b/discord/ext/pages/pagination.py @@ -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`