diff --git a/discord/role.py b/discord/role.py index 0aea5f0d2..8dfd1eeec 100644 --- a/discord/role.py +++ b/discord/role.py @@ -296,7 +296,6 @@ class Role(Hashable): except KeyError: self.tags = None - def is_default(self) -> bool: """:class:`bool`: Checks if the role is the default role.""" return self.guild.id == self.id