diff options
| -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; } |
