From b07b44df1969afe14ebed70fb0712abf04e8a02b Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 27 Oct 2017 09:46:10 -0400 Subject: Fixes --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 7b50542..c9c0202 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! Here's how long i've been up for: " + timeString + "hours.") + 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