diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 01:18:50 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 01:18:50 -0400 |
| commit | 3619aedc76b03c462fd3b88151918646bffbeb7e (patch) | |
| tree | e4375b59d25dc0fd7d0faea0f954d24672cd04a7 /aleebot.js | |
| parent | 6e7df423ecb104a70744131848ba2298198b6ceb (diff) | |
| download | AleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.tar.gz AleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.tar.bz2 AleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.zip | |
Changes
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |
