aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 17:09:00 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 17:09:00 -0400
commit37219c719ebe8ea439b1a6ffd824c5ea156c3e70 (patch)
tree708e2f8ab460cdfd406755fddec86f94b30bae8f /aleebot.js
parent78adb1c108d71a811b5a5982bbeb6ee56f577429 (diff)
downloadAleeBot-37219c719ebe8ea439b1a6ffd824c5ea156c3e70.tar.gz
AleeBot-37219c719ebe8ea439b1a6ffd824c5ea156c3e70.tar.bz2
AleeBot-37219c719ebe8ea439b1a6ffd824c5ea156c3e70.zip
Fixing things
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 0cc42bc..06c7e58 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -103,7 +103,7 @@ client.on("message", function(message){
}
- if(command === 'avatarURL'){
+ if(command === 'avatarurl'){
message.reply(message.author.avatarURL);
}