mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Revert default parameter use_cached of Attachment.save back to False.
Fix #1973
This commit is contained in:
parent
8db7b5eb19
commit
e15b4ef8e4
@ -77,7 +77,7 @@ class Attachment:
|
|||||||
""":class:`bool`: Whether this attachment contains a spoiler."""
|
""":class:`bool`: Whether this attachment contains a spoiler."""
|
||||||
return self.filename.startswith('SPOILER_')
|
return self.filename.startswith('SPOILER_')
|
||||||
|
|
||||||
async def save(self, fp, *, seek_begin=True, use_cached=True):
|
async def save(self, fp, *, seek_begin=True, use_cached=False):
|
||||||
"""|coro|
|
"""|coro|
|
||||||
|
|
||||||
Saves this attachment into a file-like object.
|
Saves this attachment into a file-like object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user