From 7804e2f49234e103388ce65ca63be6328b0fb742 Mon Sep 17 00:00:00 2001 From: AF-Sources <69463227+AF-Source@users.noreply.github.com> Date: Sun, 15 Jan 2023 00:02:44 +1100 Subject: [PATCH] Update documentation of User.avatar to be more clear --- discord/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/user.py b/discord/user.py index 0278d2df1..77b500de1 100644 --- a/discord/user.py +++ b/discord/user.py @@ -338,7 +338,7 @@ class BaseUser(_UserTag): def avatar(self) -> Optional[Asset]: """Optional[:class:`Asset`]: Returns an :class:`Asset` for the avatar the user has. - If the user does not have a traditional avatar, ``None`` is returned. + If the user has not uploaded a global avatar, ``None`` is returned. If you want the avatar that a user has displayed, consider :attr:`display_avatar`. """ if self._avatar is not None: