So im trying to make a self bot that when I mention someone the bot changes my avatar with the mentioned person's avatar. Is that possible?
The code im using is this:
@bot.command()
async def avatar(ctx):
await bot.user.edit(avatar=pfp)
But idk how to get the mention person's avatar.