Fix Attachment.save wording nit.
This commit is contained in:
parent
9833ea82e2
commit
7c5a4b67d7
@ -95,9 +95,10 @@ class Attachment:
|
|||||||
use_cached: :class:`bool`
|
use_cached: :class:`bool`
|
||||||
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading
|
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading
|
||||||
the attachment. This will allow attachments to be saved after deletion
|
the attachment. This will allow attachments to be saved after deletion
|
||||||
more often, which is generally deleted right after the message is deleted.
|
more often, compared to the regular URL is generally deleted right after
|
||||||
Note that this can still fail to download deleted attachments if too much time
|
the message is deleted. Note that this can still fail to download
|
||||||
has passed.
|
deleted attachments if too much time has passed and it does not work
|
||||||
|
on some type of attachments.
|
||||||
|
|
||||||
Raises
|
Raises
|
||||||
--------
|
--------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user