From 19a97f9bb7941ca344ec38ae381306f9a631aa52 Mon Sep 17 00:00:00 2001 From: dolfies Date: Wed, 27 Apr 2022 20:39:27 -0400 Subject: [PATCH] Remove old reference to removed profile property --- discord/profile.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/discord/profile.py b/discord/profile.py index 462ca5490..afbc8392a 100644 --- a/discord/profile.py +++ b/discord/profile.py @@ -101,10 +101,7 @@ class Profile: @property def premium(self) -> bool: - """:class:`bool`: Indicates if the user is a premium user. - - There is an alias for this named :attr:`nitro`. - """ + """:class:`bool`: Indicates if the user is a premium user.""" return self.premium_since is not None