Discord.py Holen Sie sich Profilbild

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