aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py
index 71b82fd4..1fd2245a 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -696,7 +696,7 @@ class Message:
-----------
delay: Optional[:class:`float`]
If provided, the number of seconds to wait in the background
- before deleting the message.
+ before deleting the message. If the deletion fails then it is silently ignored.
Raises
------