aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-16 00:02:03 -0400
committerUnknown <Alee14498@gmail.com>2017-08-16 00:02:03 -0400
commitfef7b2b74fa38a5a3124539793ef65b0e3bf7f5c (patch)
treef549603cfd9dae7bf5c9758e63c5a9b39108fae3 /aleebot.js
parent7c037cfe3104c7a12ecb21abf0a1a2969cb9129c (diff)
downloadAleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.tar.gz
AleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.tar.bz2
AleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.zip
Added a comment
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 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.")