From fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 16 Aug 2017 00:02:03 -0400 Subject: Added a comment --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 17489d3..c9da749 100644 --- a/aleebot.js +++ b/aleebot.js @@ -184,7 +184,7 @@ message.reply(":clock1: AleeBot has been up for " + timeString + " hours."); commandProcessed = true; } - if(command === 'userinfo'){ + if(command === 'userinfo'){ // This command was ported from Precipitation by OfficialRain var embed = new Discord.RichEmbed() .setAuthor(message.author.username, message.author.avatarURL) .setDescription("Here's some information about your user.") -- cgit v1.2.3