aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-17 20:46:32 -0400
committerRapptz <[email protected]>2019-04-17 22:41:58 -0400
commit296d4bf58072e48556f3ce7fba00d2dc5f790466 (patch)
tree8f4364516c3be5058db30691c746bcb4e3f6f300 /docs/ext
parent[commands] Add MessageConverter to fetch messages by URL or ID. (diff)
downloaddiscord.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.rst2
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` |