aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
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.")