discord.py Obtenha foto do perfil

@commands.command()
def get_avatar(ctx):
    avatar = ctx.author.avatar
ThatOtherAndrew