diff options
| author | Rapptz <[email protected]> | 2019-04-17 20:46:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-17 22:41:58 -0400 |
| commit | 296d4bf58072e48556f3ce7fba00d2dc5f790466 (patch) | |
| tree | 8f4364516c3be5058db30691c746bcb4e3f6f300 /docs/ext | |
| parent | [commands] Add MessageConverter to fetch messages by URL or ID. (diff) | |
| download | discord.py-296d4bf58072e48556f3ce7fba00d2dc5f790466.tar.xz discord.py-296d4bf58072e48556f3ce7fba00d2dc5f790466.zip | |
[commands] Add new MessageConverter to commands prose page.
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/commands.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index dbf618d6..19e2bf4a 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -394,6 +394,8 @@ converter is given below: +-----------------------+-------------------------------------------------+ | :class:`Member` | :class:`~ext.commands.MemberConverter` | +-----------------------+-------------------------------------------------+ +| :class:`Message` | :class:`~ext.commands.MessageConverter` | ++-----------------------+-------------------------------------------------+ | :class:`User` | :class:`~ext.commands.UserConverter` | +-----------------------+-------------------------------------------------+ | :class:`TextChannel` | :class:`~ext.commands.TextChannelConverter` | |