diff --git a/discord/user.py b/discord/user.py index d33b0cd23..bcb8164fc 100644 --- a/discord/user.py +++ b/discord/user.py @@ -226,7 +226,7 @@ class BaseUser(_BaseUser): def created_at(self): """:class:`datetime.datetime`: Returns the user's creation time in UTC. - This is when the user's discord account was created.""" + This is when the user's Discord account was created.""" return snowflake_time(self.id) @property