From 644aba82af2c501f39a6d4df0a9b00707e4c041d Mon Sep 17 00:00:00 2001 From: blord0 Date: Wed, 18 Jun 2025 02:29:45 +0100 Subject: [PATCH] Comments --- discord/clan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)