mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix: another capitalization issue in docstring
This commit is contained in:
parent
c6133ef881
commit
de1a96b9f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user