aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/help.py
diff options
context:
space:
mode:
authorNCPlayz <[email protected]>2019-03-16 21:43:55 +0000
committerRapptz <[email protected]>2019-03-19 08:24:42 -0400
commitfb02191b80972a9cf7c3baa765cb3aa84c6f1cfa (patch)
tree7a0a5c9aaa5cc5bac26fc51caf4fdffbaee64c26 /discord/ext/commands/help.py
parentTake back ownership of files from aiohttp for retrying requests. (diff)
downloaddiscord.py-fb02191b80972a9cf7c3baa765cb3aa84c6f1cfa.tar.xz
discord.py-fb02191b80972a9cf7c3baa765cb3aa84c6f1cfa.zip
Organise documentation
Diffstat (limited to 'discord/ext/commands/help.py')
-rw-r--r--discord/ext/commands/help.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py
index 8ad58a6a..78c16717 100644
--- a/discord/ext/commands/help.py
+++ b/discord/ext/commands/help.py
@@ -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