diff options
| author | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
| commit | 02397306b2ed76b3bc42b2b28e8672e839bdeaf5 (patch) | |
| tree | 90286ce3d6ec654f4be9952a9459675c7fb52c74 /discord/message.py | |
| parent | [commands] Export max_concurrency and MaxConcurrencyReached in docs (diff) | |
| download | discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.tar.xz discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.zip | |
Drop superfluous zero in version related changes in the documentation
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/message.py b/discord/message.py index bef70341..0292e2b4 100644 --- a/discord/message.py +++ b/discord/message.py @@ -135,7 +135,7 @@ class Attachment: Retrieves the content of this attachment as a :class:`bytes` object. - .. versionadded:: 1.1.0 + .. versionadded:: 1.1 Parameters ----------- @@ -171,7 +171,7 @@ class Attachment: Converts the attachment into a :class:`File` suitable for sending via :meth:`abc.Messageable.send`. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Raises ------ @@ -727,7 +727,7 @@ class Message: delete other people's messages, you need the :attr:`~Permissions.manage_messages` permission. - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1 Added the new ``delay`` keyword-only parameter. Parameters |