[commands] Redesign HelpFormatter into HelpCommand

Part of #1938
This commit is contained in:
Rapptz
2019-03-15 05:54:23 -04:00
parent 27c6d2c923
commit 3527203e07
7 changed files with 1259 additions and 480 deletions

View File

@ -94,13 +94,21 @@ Cogs
.. _ext_commands_api_formatters:
Formatters
-----------
Help Commands
-----------------
.. autoclass:: discord.ext.commands.Paginator
.. autoclass:: discord.ext.commands.HelpCommand
:members:
.. autoclass:: discord.ext.commands.HelpFormatter
.. autoclass:: discord.ext.commands.DefaultHelpCommand
:members:
:exclude-members: send_bot_help, send_cog_help, send_group_help, send_command_help, prepare_help_command
.. autoclass:: discord.ext.commands.MinimalHelpCommand
:members:
:exclude-members: send_bot_help, send_cog_help, send_group_help, send_command_help, prepare_help_command
.. autoclass:: discord.ext.commands.Paginator
:members:
.. _ext_commands_api_checks: