diff --git a/discord/clan.py b/discord/clan.py index 8eb489418..fddf17f86 100644 --- a/discord/clan.py +++ b/discord/clan.py @@ -67,8 +67,8 @@ class Clan: @property def created_at(self) -> datetime: - """:class:`datetime.datetime`: Returns the guilds's creation time in UTC. + """:class:`datetime.datetime`: Returns the clan's guild creation time in UTC. - This is when the guild was created. + This is when the guild, of that clan tag, was created. """ return snowflake_time(self.guild_id)