Browse Source

Remove old reference to removed profile property

pull/10109/head
dolfies 3 years ago
parent
commit
19a97f9bb7
  1. 5
      discord/profile.py

5
discord/profile.py

@ -101,10 +101,7 @@ class Profile:
@property @property
def premium(self) -> bool: def premium(self) -> bool:
""":class:`bool`: Indicates if the user is a premium user. """:class:`bool`: Indicates if the user is a premium user."""
There is an alias for this named :attr:`nitro`.
"""
return self.premium_since is not None return self.premium_since is not None

Loading…
Cancel
Save