Fix documentation of PartialMessageable.jump_url

This commit is contained in:
Rapptz 2022-05-03 10:57:51 -04:00
parent c22b6dc2cd
commit b7ac0a02ca

View File

@ -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: