diff options
| author | Rapptz <[email protected]> | 2021-04-04 00:21:15 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 00:21:15 -0400 |
| commit | f6df66a97169b5a5ad95835854fe791e4801505e (patch) | |
| tree | cbdc02530129ea082b1c958c8b9c1cd4f622375a /docs/ext | |
| parent | Add missing StoreChannel documentation (diff) | |
| download | discord.py-f6df66a97169b5a5ad95835854fe791e4801505e.tar.xz discord.py-f6df66a97169b5a5ad95835854fe791e4801505e.zip | |
Add missing documentation for StoreChannelConverter
Diffstat (limited to 'docs/ext')
| -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 f66c2958..f5300272 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -290,6 +290,9 @@ Converters .. autoclass:: discord.ext.commands.VoiceChannelConverter :members: +.. autoclass:: discord.ext.commands.StoreChannelConverter + :members: + .. autoclass:: discord.ext.commands.CategoryChannelConverter :members: |