aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-05-09 07:40:08 -0400
committerRapptz <[email protected]>2019-05-09 07:40:08 -0400
commitd51f4c2b81df21f6e19a1b5e04b37b07b0f0419e (patch)
tree7d1489a38a2a12fd0e753667fb87af56816776f4 /docs/ext
parent[commands] MinimalHelpCommand: add cog description (diff)
downloaddiscord.py-d51f4c2b81df21f6e19a1b5e04b37b07b0f0419e.tar.xz
discord.py-d51f4c2b81df21f6e19a1b5e04b37b07b0f0419e.zip
Minor nits in Discord Converters section of the docs.
Diffstat (limited to 'docs/ext')
-rw-r--r--docs/ext/commands/commands.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst
index 325a7feb..4ea0bf55 100644
--- a/docs/ext/commands/commands.rst
+++ b/docs/ext/commands/commands.rst
@@ -357,7 +357,7 @@ Discord Converters
Working with :ref:`discord_api_models` is a fairly common thing when defining commands, as a result the library makes
working with them easy.
-For example, to receive a :class:`Member`, you can just pass it as a converter:
+For example, to receive a :class:`Member` you can just pass it as a converter:
.. code-block:: python3
@@ -377,6 +377,7 @@ A lot of discord models work out of the gate as a parameter:
- :class:`VoiceChannel`
- :class:`CategoryChannel`
- :class:`Role`
+- :class:`Message` (since v1.1)
- :class:`Invite`
- :class:`Game`
- :class:`Emoji`