diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-17 02:24:10 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-17 02:24:10 -0400 |
| commit | 4b53c6d86ebdb986d00b7681607c0186e899c727 (patch) | |
| tree | a46b914b953ae112e02eff8952fdce01eed7c35b | |
| parent | 2a8c799d7a9ad46f398c5e2feb448140eecbc638 (diff) | |
| parent | b1f7988cf290d563b8f874e32eb0571d2d7f7b9c (diff) | |
| download | AleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.tar.gz AleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.tar.bz2 AleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.zip | |
Merge branch 'master' into beta
| -rw-r--r-- | commands/uptime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/uptime.js b/commands/uptime.js index fd57a98..63f9242 100644 --- a/commands/uptime.js +++ b/commands/uptime.js @@ -35,7 +35,7 @@ timeString = hours + ":" + uptimeMinutes // We don't need to add an extra 0. -message.reply("AleeBot has been up for " + timeString + " hours. Looks like i'm not tired :wink:"); +message.reply("It looks like AleeBot has been up for " + timeString + " hours."); commandProcessed = true; } |
