diff --git a/discord/role.py b/discord/role.py index 52ec05802..2fd7412ca 100644 --- a/discord/role.py +++ b/discord/role.py @@ -96,7 +96,7 @@ class Role(Hashable): return ''.format(self) def __lt__(self, other): - if not isinstance(other, Role) or not isinstance(self, Role): + if not isinstance(other, Role) or not isinstance(self, Role): return NotImplemented if self.guild != other.guild: