aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/uptime.js
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
commit96bdf46414fe806a19fa5070148fc4925be007d8 (patch)
tree137249477c654fce293554c9cc0c6387bc066701 /commands/Utility/uptime.js
parentc648f47f889ee2dbfae0c896493c13efcd295b99 (diff)
downloadPokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip
hOLY
Diffstat (limited to 'commands/Utility/uptime.js')
-rw-r--r--commands/Utility/uptime.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/uptime.js b/commands/Utility/uptime.js
index 8492df2..1519504 100644
--- a/commands/Utility/uptime.js
+++ b/commands/Utility/uptime.js
@@ -21,7 +21,7 @@ exports.run = (bot, msg, args) => {
if (args[0] === 'ms') return msg.channel.send(bot.uptime + ' ms.');
if (args[0] === 's') return msg.channel.send(uptimeSeconds + ' seconds.');
if (args[0] === 'min') return msg.channel.send(Math.floor(uptime / 60) + ' minutes ' + uptimeSeconds + ' seconds.');
- msg.channel.send(':clock3: Pokebot has been up for ' + hours + ' hours, ' + uptimeMinutes + ' minutes, and ' + uptimeSeconds + ' seconds.');
+ msg.channel.send(':clock3: Galaxy has been online for ' + hours + ' hours, ' + uptimeMinutes + ' minutes, and ' + uptimeSeconds + ' seconds.');
};