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.
user.avatar_url
1 parent ebe91e7 commit eaacd1dCopy full SHA for eaacd1d
interactions/models/discord/user.py
@@ -86,7 +86,7 @@ def display_avatar(self) -> "Asset":
86
@property
87
def avatar_url(self) -> str:
88
"""The users avatar url."""
89
- return self.avatar.url
+ return self.display_avatar.url
90
91
async def fetch_dm(self) -> "DM":
92
"""Fetch the DM channel associated with this user."""
0 commit comments