Discord.py obtenga una foto de perfil

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