From 37219c719ebe8ea439b1a6ffd824c5ea156c3e70 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 Aug 2017 17:09:00 -0400 Subject: Fixing things --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3