From a3b774b0e68bd05481efa6e159a032fe6d24bcde Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:00:48 +0200 Subject: [PATCH] forgot to run black on discord/message.py --- discord/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/message.py b/discord/message.py index 7487efb27..8cb50fc9a 100644 --- a/discord/message.py +++ b/discord/message.py @@ -2632,10 +2632,10 @@ class Message(PartialMessage, Hashable): if self.guild is not None: # Fall back to guild threads in case one was created after the message return self._thread or self.guild.get_thread(self.id) - + @property def pinned_at(self) -> Optional[datetime.datetime]: - """Optional[:class:`datetime.datetime`]: An aware UTC datetime object containing the time + """Optional[:class:`datetime.datetime`]: An aware UTC datetime object containing the time when the message was pinned. .. note::