Willy
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/role.py
|
@ -251,7 +251,7 @@ class Role(Hashable): |
|
|
return True |
|
|
return True |
|
|
|
|
|
|
|
|
if self.position == other.position: |
|
|
if self.position == other.position: |
|
|
return int(self.id) > int(other.id) |
|
|
return self.id > other.id |
|
|
|
|
|
|
|
|
return False |
|
|
return False |
|
|
|
|
|
|
|
|