Browse Source

[commands] Fix up Paginator documentation.

These aren't optional.
pull/2255/head
Rapptz 6 years ago
parent
commit
d4b13bd32b
  1. 4
      discord/ext/commands/help.py

4
discord/ext/commands/help.py

@ -73,9 +73,9 @@ class Paginator:
Attributes
-----------
prefix: Optional[:class:`str`]
prefix: :class:`str`
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.
max_size: :class:`int`
The maximum amount of codepoints allowed in a page.

Loading…
Cancel
Save