summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-17 02:22:28 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-17 02:22:28 -0400
commitb1f7988cf290d563b8f874e32eb0571d2d7f7b9c (patch)
treea46b914b953ae112e02eff8952fdce01eed7c35b
parentf5cc8827db7135f9e5a48203ddb826823585eed4 (diff)
downloadAleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.tar.gz
AleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.tar.bz2
AleeBot-b1f7988cf290d563b8f874e32eb0571d2d7f7b9c.zip
Uptime changes
-rw-r--r--commands/uptime.js2
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;
}