diff options
author | 2021-10-24 18:30:15 -0400 | |
---|---|---|
committer | 2021-10-24 18:30:15 -0400 | |
commit | 4a6fb11e5ae6ebf65195b1efff1702c7ab74f5c5 (patch) | |
tree | 77ffbf32852a804589fe8501bb4035bae6a930d4 /bot/exts/avatar_modification/avatar_modify.py | |
parent | temp: add restructured layout in comments (diff) | |
parent | Merge pull request #926 from python-discord/tools/isort (diff) |
Merge branch 'main' into color-677
Diffstat (limited to 'bot/exts/avatar_modification/avatar_modify.py')
-rw-r--r-- | bot/exts/avatar_modification/avatar_modify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/avatar_modification/avatar_modify.py b/bot/exts/avatar_modification/avatar_modify.py index 87eb05e6..fbee96dc 100644 --- a/bot/exts/avatar_modification/avatar_modify.py +++ b/bot/exts/avatar_modification/avatar_modify.py @@ -239,7 +239,7 @@ class AvatarModify(commands.Cog): description=f"Here is your lovely avatar, surrounded by\n a beautiful {option} flag. Enjoy :D" ) embed.set_image(url=f"attachment://{file_name}") - embed.set_footer(text=f"Made by {ctx.author.display_name}.", icon_url=ctx.author.avatar.url) + embed.set_footer(text=f"Made by {ctx.author.display_name}.", icon_url=ctx.author.display_avatar.url) await ctx.send(file=file, embed=embed) @avatar_modify.group( |