mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
Fix documentation of PartialMessageable.jump_url
This commit is contained in:
parent
c22b6dc2cd
commit
b7ac0a02ca
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user