scord.py dapatkan gambar profil

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