Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py get profile picture

@commands.command()
def get_avatar(ctx):
    avatar = ctx.author.avatar
 
PREVIOUS NEXT
Tagged: #profile #picture
ADD COMMENT
Topic
Name
8+8 =