diff options
| author | Nadir Chowdhury <[email protected]> | 2021-04-16 13:18:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-16 08:18:57 -0400 |
| commit | 5dec62f4c057b86883414dbe67875d7022551c1b (patch) | |
| tree | 46659583ad18e2e4914f287b8660658ba30b03a9 /docs/ext/commands/api.rst | |
| parent | Some initial response typings (diff) | |
| download | discord.py-5dec62f4c057b86883414dbe67875d7022551c1b.tar.xz discord.py-5dec62f4c057b86883414dbe67875d7022551c1b.zip | |
[commands] Add a converter for discord.Object
Diffstat (limited to 'docs/ext/commands/api.rst')
| -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 99cb28ac..eb930039 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -273,6 +273,9 @@ Converters .. autoclass:: discord.ext.commands.Converter :members: +.. autoclass:: discord.ext.commands.ObjectConverter + :members: + .. autoclass:: discord.ext.commands.MemberConverter :members: |