From 9d7c253535fa3b2060a0769df6d19230ef45f1e2 Mon Sep 17 00:00:00 2001 From: iyad-f <128908811+iyad-f@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:41:27 +0530 Subject: [PATCH] Add missing error for Message.edit --- discord/message.py | 4 ++++ 1 file changed, 4 insertions(+) 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``