Fix typo in Role.created_at
This commit is contained in:
parent
eedad13ac1
commit
9f722731dd
@ -95,4 +95,4 @@ class Role(Hashable):
|
|||||||
@property
|
@property
|
||||||
def created_at(self):
|
def created_at(self):
|
||||||
"""Returns the role's creation time in UTC."""
|
"""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