@@ 39,8 39,8 @@ class Stat(commands.Cog):
stat.add_field(name="Joined at:", value=joined_at)
if ctx.message.author.nick:
- stat.set_footer(text=f"Request by {ctx.message.author} aka {ctx.message.author.nick} | {ctx.message.author.id}")
+ stat.set_footer(text=f"Request by {ctx.message.author} aka {ctx.message.author.nick} | {ctx.message.author.id}", icon_url=avatar_url)
else:
- stat.set_footer(text=f"Request by {ctx.message.author} | {ctx.message.author.id}")
+ stat.set_footer(text=f"Request by {ctx.message.author} | {ctx.message.author.id}", icon_url=ctx.message.author.avatar_url)
await ctx.send(embed=stat)