From 0b895ec026f225dda71f634531068cd6ea95a367 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 27 Oct 2017 09:45:15 -0400 Subject: Made some updates --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 029ea43..7b50542 100644 --- a/bot.js +++ b/bot.js @@ -285,7 +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) + console.log("[!] Someone just typed in the uptime command! Here's how long i've been up for: " + timeString + "hours.") } else if (message.content.startsWith("!")) { deleteOriginalMessage = false; -- cgit v1.2.3