Skip to content

Commit 2d89080

Browse files
authored
Update discord/user.py
Signed-off-by: Paillat <jeremiecotti@ik.me>
1 parent 804a1f3 commit 2d89080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ def default_avatar(self) -> Asset:
251251
def display_avatar(self) -> Asset:
252252
"""Returns the user's display avatar.
253253
254-
This is just their default avatar or uploaded avatar.
254+
Returns the user's uploaded avatar.
255+
If the user has not uploaded any avatar, their default avatar is returned instead.
255256
256257
.. versionadded:: 2.0
257258
"""

0 commit comments

Comments
 (0)