|
|
@ -296,7 +296,6 @@ class Role(Hashable): |
|
|
except KeyError: |
|
|
except KeyError: |
|
|
self.tags = None |
|
|
self.tags = None |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def is_default(self) -> bool: |
|
|
def is_default(self) -> bool: |
|
|
""":class:`bool`: Checks if the role is the default role.""" |
|
|
""":class:`bool`: Checks if the role is the default role.""" |
|
|
return self.guild.id == self.id |
|
|
return self.guild.id == self.id |
|
|
|