diff --git a/discord/message.py b/discord/message.py index 76127f869..c6ef052ee 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1102,6 +1102,8 @@ class PartialMessage(Hashable): Forbidden Tried to suppress a message without permissions or edited a message's content or embed that isn't yours. + NotFound + This message does not exist. TypeError You specified both ``embed`` and ``embeds`` @@ -2529,6 +2531,8 @@ class Message(PartialMessage, Hashable): Forbidden Tried to suppress a message without permissions or edited a message's content or embed that isn't yours. + NotFound + This message does not exist. TypeError You specified both ``embed`` and ``embeds``