Jak zmienić awatar bota za pomocą niezbędnego

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