diff options
| author | Rapptz <[email protected]> | 2019-04-29 23:32:02 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-29 23:34:19 -0400 |
| commit | cef8677c68d9a8640c57ae6274c77d3959687b66 (patch) | |
| tree | 698e0dd567e9cba8d9fd0dc1f5d9bbbf230c2e27 | |
| parent | Fixed a typo in GuildChannel.overwrites docstring (diff) | |
| download | discord.py-cef8677c68d9a8640c57ae6274c77d3959687b66.tar.xz discord.py-cef8677c68d9a8640c57ae6274c77d3959687b66.zip | |
Proper location of versionadded
| -rw-r--r-- | discord/message.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/message.py b/discord/message.py index 980a38a2..701dce8f 100644 --- a/discord/message.py +++ b/discord/message.py @@ -127,6 +127,8 @@ class Attachment: Retrieves the content of this attachment as a :class:`bytes` object. + .. versionadded:: 1.1.0 + Parameters ----------- use_cached: :class:`bool` @@ -137,8 +139,6 @@ class Attachment: deleted attachments if too much time has passed and it does not work on some type of attachments. - .. versionadded:: 1.1.0 - Raises ------ HTTPException |