From 5ef30e34e512b2a434ca75db6abc685f129ebe3c Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 27 Nov 2020 02:36:14 -0500 Subject: [PATCH] Correct docstring missing ] --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 2217a6e09..39d9a22bc 100644 --- a/discord/message.py +++ b/discord/message.py @@ -264,7 +264,7 @@ class MessageReference: The channel id of the message referenced. guild_id: Optional[:class:`int`] The guild id of the message referenced. - resolved: Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`] + resolved: Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`]] The message that this reference resolved to. If this is ``None`` then the original message was not fetched either due to the discord API not attempting to resolve it or it not being available at the time of creation.