Add note about NotFound for Messageable.send

Fix #10116
This commit is contained in:
Rapptz 2025-02-28 18:03:47 -05:00
parent 66f3548f3a
commit fbe2b358fc

View File

@ -1574,6 +1574,9 @@ class Messageable:
Sending the message failed.
~discord.Forbidden
You do not have the proper permissions to send the message.
~discord.NotFound
You sent a message with the same nonce as one that has been explicitly
deleted shortly earlier.
ValueError
The ``files`` or ``embeds`` list is not of the appropriate size.
TypeError