From 55e89b1b515cd256dd7b8fd0ee1a25ea36122cd6 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 23 Feb 2025 19:38:33 +0100 Subject: [PATCH] Mention forwarded messages too --- discord/message.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/discord/message.py b/discord/message.py index 242faddaf..e516fe505 100644 --- a/discord/message.py +++ b/discord/message.py @@ -2010,8 +2010,9 @@ class Message(PartialMessage, Hashable): The :class:`TextChannel` or :class:`Thread` that the message was sent from. Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a private message. reference: Optional[:class:`~discord.MessageReference`] - The message that this message references. This is only applicable to message replies (:attr:`MessageType.reply`), - crossposted messages created by a followed channel integration, and messages of type: + The message that this message references. This is only applicable to + message replies (:attr:`MessageType.reply`), crossposted messages created by + a followed channel integration, forwarded messages, and messages of type: - :attr:`MessageType.pins_add` - :attr:`MessageType.channel_follow_add`