From b1f7988cf290d563b8f874e32eb0571d2d7f7b9c Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 17 Aug 2017 02:22:28 -0400 Subject: Uptime changes --- commands/uptime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/uptime.js') 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; } -- cgit v1.2.3