diff options
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index fec9bdc0..670ce6d2 100644 --- a/discord/user.py +++ b/discord/user.py @@ -192,7 +192,8 @@ 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 |