mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix typo in Role.created_at
This commit is contained in:
parent
eedad13ac1
commit
9f722731dd
@ -95,4 +95,4 @@ class Role(Hashable):
|
||||
@property
|
||||
def created_at(self):
|
||||
"""Returns the role's creation time in UTC."""
|
||||
return utils.snowflake_time(self.id)
|
||||
return snowflake_time(self.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user