diff --git a/app/cogs/user_functions.py b/app/cogs/user_functions.py index d64567f0..7358889d 100755 --- a/app/cogs/user_functions.py +++ b/app/cogs/user_functions.py @@ -14,7 +14,7 @@ class Users(commands.Cog): await ctx.respond( embed=core_utils.generate_embed( embed_title="{}".format(user.name), - embed_url=user.avatar, + embed_url=user.display_avatar, embed_description="[Direct Link]({})".format(user.avatar), ) )