[commands] Fix up Paginator documentation.
These aren't optional.
This commit is contained in:
parent
391ff7a486
commit
d4b13bd32b
@ -73,9 +73,9 @@ class Paginator:
|
|||||||
|
|
||||||
Attributes
|
Attributes
|
||||||
-----------
|
-----------
|
||||||
prefix: Optional[:class:`str`]
|
prefix: :class:`str`
|
||||||
The prefix inserted to every page. e.g. three backticks.
|
The prefix inserted to every page. e.g. three backticks.
|
||||||
suffix: Optional[:class:`str`]
|
suffix: :class:`str`
|
||||||
The suffix appended at the end of every page. e.g. three backticks.
|
The suffix appended at the end of every page. e.g. three backticks.
|
||||||
max_size: :class:`int`
|
max_size: :class:`int`
|
||||||
The maximum amount of codepoints allowed in a page.
|
The maximum amount of codepoints allowed in a page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user