From fc94e0b017574500efab8b5515ed396a02fc8818 Mon Sep 17 00:00:00 2001 From: dolfies Date: Wed, 29 Jan 2025 13:12:00 -0500 Subject: [PATCH] Rename Profile.is_blocked_by_user() -> Profile.is_blocker() --- discord/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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