aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-08 17:19:11 -0400
committerRapptz <[email protected]>2019-04-08 17:19:11 -0400
commitbb5aaf2ab3344df36939f6088d0d11985302482f (patch)
treec60d1c03c3b597d5d4129ba5eeed2790ad07dec9
parentFix oversight where on_disconnect did not get called on WS termination. (diff)
downloaddiscord.py-bb5aaf2ab3344df36939f6088d0d11985302482f.tar.xz
discord.py-bb5aaf2ab3344df36939f6088d0d11985302482f.zip
Missing a word in Attachment.save
-rw-r--r--discord/message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/message.py b/discord/message.py
index 2d66a478..7199af22 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -95,8 +95,8 @@ class Attachment:
use_cached: :class:`bool`
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading
the attachment. This will allow attachments to be saved after deletion
- more often, compared to the regular URL is generally deleted right after
- the message is deleted. Note that this can still fail to download
+ more often, compared to the regular URL which is generally deleted right
+ 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 type of attachments.