From b097c2614e2762a7564325fdd9eb39a2cf5f50ba Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 27 Oct 2017 09:43:31 -0400 Subject: Updates on the uptime command --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index 85b5af5..029ea43 100644 --- a/bot.js +++ b/bot.js @@ -285,6 +285,7 @@ client.on('message', message => { } message.reply(":clock1: AstrelQuact has been up for " + timeString + " hours."); + console.log("[!] Someone just typed in the uptime command on me and here's how long i've been on for: "+ timeString) } else if (message.content.startsWith("!")) { deleteOriginalMessage = false; -- cgit v1.2.3