diff options
| author | Rapptz <[email protected]> | 2021-04-08 00:44:02 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-15 08:58:00 -0400 |
| commit | 4756485ea407aae3d437816c8a72627f672c1e01 (patch) | |
| tree | 4158336a04947379c16e777a629cb0d3a5ff416e /docs | |
| parent | [commands] Update Converter list in ext.commands introduction (diff) | |
| download | discord.py-4756485ea407aae3d437816c8a72627f672c1e01.tar.xz discord.py-4756485ea407aae3d437816c8a72627f672c1e01.zip | |
[commands] Add StageChannelConverter to documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index f5300272..c7b6659f 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -293,6 +293,9 @@ Converters .. autoclass:: discord.ext.commands.StoreChannelConverter :members: +.. autoclass:: discord.ext.commands.StageChannelConverter + :members: + .. autoclass:: discord.ext.commands.CategoryChannelConverter :members: |