Browse Source

ruff format

pull/10386/head
Soheab_ 2 months ago
parent
commit
efb4c8cf18
  1. 1
      discord/role.py

1
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

Loading…
Cancel
Save