Browse Source

Add note about NotFound for Messageable.send

Fix #10116
pull/10125/head
Rapptz 1 month ago
parent
commit
fbe2b358fc
  1. 3
      discord/abc.py

3
discord/abc.py

@ -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

Loading…
Cancel
Save