diff options
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ client.on("message", function(message){ } - if(command === 'avatarURL'){ + if(command === 'avatarurl'){ message.reply(message.author.avatarURL); } |
