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 44a53a3 commit 6b6d4e9Copy full SHA for 6b6d4e9
ext/helpers.py
@@ -55,7 +55,7 @@ def embed(self, description=None, *args, **kwargs):
55
}
56
default.update(kwargs)
57
return_embed = self.Embed(*args, **default)
58
- return_embed.set_footer(icon_url=self.author.avatar.url,
+ return_embed.set_footer(icon_url=self.author.display_avatar.url,
59
text=f'Requested by {self.author}')
60
return return_embed
61
0 commit comments