iyad-f
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
discord/message.py
|
@ -1102,6 +1102,8 @@ class PartialMessage(Hashable): |
|
|
Forbidden |
|
|
Forbidden |
|
|
Tried to suppress a message without permissions or |
|
|
Tried to suppress a message without permissions or |
|
|
edited a message's content or embed that isn't yours. |
|
|
edited a message's content or embed that isn't yours. |
|
|
|
|
|
NotFound |
|
|
|
|
|
This message does not exist. |
|
|
TypeError |
|
|
TypeError |
|
|
You specified both ``embed`` and ``embeds`` |
|
|
You specified both ``embed`` and ``embeds`` |
|
|
|
|
|
|
|
@ -2529,6 +2531,8 @@ class Message(PartialMessage, Hashable): |
|
|
Forbidden |
|
|
Forbidden |
|
|
Tried to suppress a message without permissions or |
|
|
Tried to suppress a message without permissions or |
|
|
edited a message's content or embed that isn't yours. |
|
|
edited a message's content or embed that isn't yours. |
|
|
|
|
|
NotFound |
|
|
|
|
|
This message does not exist. |
|
|
TypeError |
|
|
TypeError |
|
|
You specified both ``embed`` and ``embeds`` |
|
|
You specified both ``embed`` and ``embeds`` |
|
|
|
|
|
|
|
|