diff --git a/discord/message.py b/discord/message.py index adfb28d2b..ece466d4a 100644 --- a/discord/message.py +++ b/discord/message.py @@ -876,6 +876,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`` @@ -2384,6 +2386,8 @@ class Message(PartialMessage, Hashable): Forbidden Tried to suppress a message without permissions or edit a message that isn't yours. + NotFound + This message does not exist. Returns --------