diff --git a/discord/profile.py b/discord/profile.py index 768898fa2..af729a7a9 100644 --- a/discord/profile.py +++ b/discord/profile.py @@ -146,7 +146,7 @@ class Profile: """:class:`bool`: Indicates if the user is a premium user.""" return self.premium_since is not None - def is_blocked_by_user(self) -> bool: + def is_blocker(self) -> bool: """:class:`bool`: Indicates if the user has blocked the client user. .. versionadded:: 2.1