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: