From 0473453d50f2591737cd1c780aa797f83fb57503 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:13:35 +0100 Subject: [PATCH] Update disnake/message.py Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> --- disnake/message.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/disnake/message.py b/disnake/message.py index 6e90a00ee8..e2e13597a3 100644 --- a/disnake/message.py +++ b/disnake/message.py @@ -2731,8 +2731,7 @@ class ForwardedMessage: Attributes ---------- type: :class:`MessageType` - The type of message. In most cases this should not be checked, but it is helpful - in cases where it might be a system message for :attr:`Message.system_content`. + The type of message. content: :class:`str` The actual contents of the message. embeds: List[:class:`Embed`]