diff options
Diffstat (limited to 'discord/role.py')
| -rw-r--r-- | discord/role.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/role.py b/discord/role.py index 24ae3bdd..882f346e 100644 --- a/discord/role.py +++ b/discord/role.py @@ -148,7 +148,7 @@ class Role(Hashable): self.mentionable = data.get('mentionable', False) def is_default(self): - """Checks if the role is the default role.""" + """:class:`bool`: Checks if the role is the default role.""" return self.guild.id == self.id @property |