From 3619aedc76b03c462fd3b88151918646bffbeb7e Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 Aug 2017 01:18:50 -0400 Subject: Changes --- aleebot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aleebot.js') diff --git a/aleebot.js b/aleebot.js index a6c9d0b..64cfae4 100644 --- a/aleebot.js +++ b/aleebot.js @@ -88,8 +88,8 @@ client.on("message", function(message){ if (command === 'help'){ var embed = new Discord.RichEmbed() - .addField('Commands for AleeBot!\n\n', - '**'+prefix+'profile** Shows your profile pic in a image.\n' + + .addField('Commands for AleeBot '+ abversion +'.\n\n', + '**'+prefix+'avatarurl** Shows your profile pic in a image.\n' + '**'+prefix+'git** Shows the repo of AleeBot.\n' + "**"+prefix+"ping** It tells you the pingtime and a ping pong icon.\n" + '**'+prefix+'owner** Shows who made this bot.\n' + @@ -107,7 +107,7 @@ client.on("message", function(message){ } - if(command === 'profile'){ + if(command === 'avatarURL'){ message.reply(message.author.avatarURL); } -- cgit v1.2.3