mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
parent
14a1bbceda
commit
b7c90a5e3d
@ -99,7 +99,7 @@ class Role(Hashable):
|
||||
return True
|
||||
|
||||
if self.position == other.position:
|
||||
return self.id > other.id
|
||||
return int(self.id) > int(other.id)
|
||||
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user