aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py
index d33b0cd2..bcb8164f 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