diff options
| author | Logan <[email protected]> | 2021-04-06 01:24:04 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-05 20:24:04 -0400 |
| commit | 3abb2fde56b7d6349fb0b8a83d7662badb1a9f46 (patch) | |
| tree | c3e747e08fc5e57aca56db357816fd27eac2cf68 | |
| parent | Remove deprecated client methods (diff) | |
| download | discord.py-3abb2fde56b7d6349fb0b8a83d7662badb1a9f46.tar.xz discord.py-3abb2fde56b7d6349fb0b8a83d7662badb1a9f46.zip | |
Fix versionadded not showing in docs for Attachment.content_type
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index 8bf9c5f8..c017cdd1 100644 --- a/discord/message.py +++ b/discord/message.py @@ -111,7 +111,7 @@ class Attachment(Hashable): content_type: Optional[:class:`str`] The attachment's `media type <https://en.wikipedia.org/wiki/Media_type>`_ - .. versionadded: 1.7 + .. versionadded:: 1.7 """ __slots__ = ('id', 'size', 'height', 'width', 'filename', 'url', 'proxy_url', '_http', 'content_type') |