Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord.js profile picture

bot.user.setAvatar('Link to image');

//You can also change the bots username and activity aswell eg.
bot.user.setActivity("with humans...");
//this will set the bots activity to "PLAYING with humans..."

//change username:
bot.user.setUsername("I'm a bot");
 
PREVIOUS NEXT
Tagged: #profile #picture
ADD COMMENT
Topic
Name
1+7 =