aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
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);
}