Browse Source

Fix documentation of PartialMessageable.jump_url

pull/7990/head
Rapptz 3 years ago
parent
commit
b7ac0a02ca
  1. 2
      discord/channel.py

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

Loading…
Cancel
Save