Browse Source
Update documentation of User.avatar to be more clear
pull/9179/head
AF-Sources
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/user.py
|
|
@ -153,7 +153,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: |
|
|
|