mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-03 18:42:43 +00:00
Role.is_everyone actually uses the proper check.
This commit is contained in:
parent
054cf2e1e0
commit
85ac03a081
@ -73,4 +73,4 @@ class Role(object):
|
||||
|
||||
def is_everyone(self):
|
||||
"""Checks if the role is the @everyone role."""
|
||||
return self.position == -1
|
||||
return self._is_everyone
|
||||
|
Loading…
x
Reference in New Issue
Block a user