aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 01:18:50 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 01:18:50 -0400
commit3619aedc76b03c462fd3b88151918646bffbeb7e (patch)
treee4375b59d25dc0fd7d0faea0f954d24672cd04a7 /aleebot.js
parent6e7df423ecb104a70744131848ba2298198b6ceb (diff)
downloadAleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.tar.gz
AleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.tar.bz2
AleeBot-3619aedc76b03c462fd3b88151918646bffbeb7e.zip
Changes
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js6
1 files changed, 3 insertions, 3 deletions
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);
}