Organise documentation

This commit is contained in:
NCPlayz
2019-03-16 21:43:55 +00:00
committed by Rapptz
parent 5e65ec978c
commit fb02191b80
30 changed files with 417 additions and 419 deletions

View File

@ -107,9 +107,9 @@ class Paginator:
Parameters
-----------
line: str
line: :class:`str`
The line to add.
empty: bool
empty: :class:`bool`
Indicates if another empty line should be added.
Raises
@ -725,7 +725,6 @@ class HelpCommand:
- :meth:`send_error_message`
- :meth:`on_help_command_error`
- :meth:`prepare_help_command`
"""
await self.prepare_help_command(ctx, command)
bot = ctx.bot