diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-17 02:22:28 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-17 02:22:28 -0400 |
| commit | b1f7988cf290d563b8f874e32eb0571d2d7f7b9c (patch) | |
| tree | a46b914b953ae112e02eff8952fdce01eed7c35b /commands/uptime.js | |
| parent | f5cc8827db7135f9e5a48203ddb826823585eed4 (diff) | |
| download | AleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.tar.gz AleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.tar.bz2 AleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.zip | |
Uptime changes
Diffstat (limited to 'commands/uptime.js')
| -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; } |
