Rework entire cog system and partially document it and extensions.

This commit is contained in:
Rapptz
2019-02-23 04:10:10 -05:00
parent 3f06f247c0
commit caf3d17d4a
14 changed files with 776 additions and 184 deletions

View File

@ -81,6 +81,17 @@ Command
.. autoclass:: discord.ext.commands.GroupMixin
:members:
.. _ext_commands_api_cogs:
Cogs
------
.. autoclass:: discord.ext.commands.Cog
:members:
.. autoclass:: discord.ext.commands.CogMeta
:members:
.. _ext_commands_api_formatters:
Formatters