|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|