From b7ac0a02ca525c2a5e74e41d553ef5863c3a2f31 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 3 May 2022 10:57:51 -0400 Subject: [PATCH] Fix documentation of PartialMessageable.jump_url --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 98ec3a660..53ba76949 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2663,7 +2663,7 @@ class PartialMessageable(discord.abc.Messageable, Hashable): @property def created_at(self) -> datetime.datetime: - """:class:`datetime.datetime`: Returns the direct message channel's creation time in UTC.""" + """:class:`datetime.datetime`: Returns the channel's creation time in UTC.""" return utils.snowflake_time(self.id) def permissions_for(self, obj: Any = None, /) -> Permissions: