From cef8677c68d9a8640c57ae6274c77d3959687b66 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 29 Apr 2019 23:32:02 -0400 Subject: [PATCH] Proper location of versionadded --- discord/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/message.py b/discord/message.py index 980a38a2a..701dce8f6 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