diff options
| author | retke <[email protected]> | 2019-04-14 01:08:01 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-17 20:47:21 -0400 |
| commit | 440db2a568a0983a3a836e9a7e4fe736f60a1a67 (patch) | |
| tree | 1bc0936d49457297b1e1513f385bf2ea8eecefd9 /docs | |
| parent | Remove legacy nsfw check. (diff) | |
| download | discord.py-440db2a568a0983a3a836e9a7e4fe736f60a1a67.tar.xz discord.py-440db2a568a0983a3a836e9a7e4fe736f60a1a67.zip | |
[commands] Add MessageConverter to fetch messages by URL or ID.
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 4722a56a..166fdb1d 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -168,6 +168,9 @@ Converters .. autoclass:: discord.ext.commands.UserConverter :members: +.. autoclass:: discord.ext.commands.MessageConverter + :members: + .. autoclass:: discord.ext.commands.TextChannelConverter :members: |