Document the exception-suppressing behaviour of Message.delete

This is already documented for Messageable.send's delete_after kwarg.

PR #2481
This commit is contained in:
Io Mintz
2019-12-17 23:36:19 -05:00
committed by Danny
parent ec4962a14c
commit ecff52a7e8
+1 -1
View File
@@ -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
------