diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-16 00:02:03 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-16 00:02:03 -0400 |
| commit | fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c (patch) | |
| tree | f549603cfd9dae7bf5c9758e63c5a9b39108fae3 /aleebot.js | |
| parent | 7c037cfe3104c7a12ecb21abf0a1a2969cb9129c (diff) | |
| download | AleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.tar.gz AleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.tar.bz2 AleeBot-fef7b2b74fa38a5a3124539793ef65b0e3bf7f5c.zip | |
Added a comment
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.") |
