Fix typo in Role.created_at

This commit is contained in:
Khazhismel Kumykov 2016-04-09 02:30:28 -04:00
parent eedad13ac1
commit 9f722731dd

View File

@ -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)