aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ext/commands/commands.rst')
-rw-r--r--docs/ext/commands/commands.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst
index c2396f38..1008d637 100644
--- a/docs/ext/commands/commands.rst
+++ b/docs/ext/commands/commands.rst
@@ -378,6 +378,7 @@ A lot of discord models work out of the gate as a parameter:
- :class:`CategoryChannel`
- :class:`Role`
- :class:`Message` (since v1.1)
+- :class:`PartialMessage` (since v1.7)
- :class:`Invite`
- :class:`Game`
- :class:`Emoji`
@@ -397,6 +398,8 @@ converter is given below:
+--------------------------+-------------------------------------------------+
| :class:`Message` | :class:`~ext.commands.MessageConverter` |
+--------------------------+-------------------------------------------------+
+| :class:`PartialMessage` | :class:`~ext.commands.PartialMessageConveter` |
++--------------------------+-------------------------------------------------+
| :class:`User` | :class:`~ext.commands.UserConverter` |
+--------------------------+-------------------------------------------------+
| :class:`TextChannel` | :class:`~ext.commands.TextChannelConverter` |