Как изменить аватар бота с помощью discord.py

@bot.command()
async def rename(ctx, name):
    await bot.user.edit(username=name)
magical wizard