We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804a1f3 commit 2d89080Copy full SHA for 2d89080
discord/user.py
@@ -251,7 +251,8 @@ def default_avatar(self) -> Asset:
251
def display_avatar(self) -> Asset:
252
"""Returns the user's display avatar.
253
254
- This is just their default avatar or uploaded avatar.
+ Returns the user's uploaded avatar.
255
+ If the user has not uploaded any avatar, their default avatar is returned instead.
256
257
.. versionadded:: 2.0
258
"""
0 commit comments