diff --git a/discord/message.py b/discord/message.py index 0e2f0e415..834fbe5ac 100644 --- a/discord/message.py +++ b/discord/message.py @@ -183,6 +183,8 @@ class Attachment: after the message is deleted. Note that this can still fail to download deleted attachments if too much time has passed and it does not work on some types of attachments. + + .. versionadded:: 1.4 Raises ------