Browse Source

Comments

pull/10211/head
blord0 1 month ago
parent
commit
644aba82af
  1. 4
      discord/clan.py

4
discord/clan.py

@ -67,8 +67,8 @@ class Clan:
@property @property
def created_at(self) -> datetime: 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) return snowflake_time(self.guild_id)

Loading…
Cancel
Save