aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-17 02:24:10 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-17 02:24:10 -0400
commit4b53c6d86ebdb986d00b7681607c0186e899c727 (patch)
treea46b914b953ae112e02eff8952fdce01eed7c35b
parent2a8c799d7a9ad46f398c5e2feb448140eecbc638 (diff)
parentb1f7988cf290d563b8f874e32eb0571d2d7f7b9c (diff)
downloadAleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.tar.gz
AleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.tar.bz2
AleeBot-4b53c6d86ebdb986d00b7681607c0186e899c727.zip
Merge branch 'master' into beta
-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;
}