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");