Document NotFound exception raise in message deletion endpoints
This commit is contained in:
parent
a2b241446e
commit
a1d41f16d8
@ -272,6 +272,8 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
|
|||||||
Forbidden
|
Forbidden
|
||||||
You do not have proper permissions to delete the messages or
|
You do not have proper permissions to delete the messages or
|
||||||
you're not using a bot account.
|
you're not using a bot account.
|
||||||
|
NotFound
|
||||||
|
If single delete, then the message was already deleted.
|
||||||
HTTPException
|
HTTPException
|
||||||
Deleting the messages failed.
|
Deleting the messages failed.
|
||||||
"""
|
"""
|
||||||
|
@ -740,6 +740,8 @@ class Message:
|
|||||||
------
|
------
|
||||||
Forbidden
|
Forbidden
|
||||||
You do not have proper permissions to delete the message.
|
You do not have proper permissions to delete the message.
|
||||||
|
NotFound
|
||||||
|
The message was deleted already
|
||||||
HTTPException
|
HTTPException
|
||||||
Deleting the message failed.
|
Deleting the message failed.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user