diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 09:46:10 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 09:46:10 -0400 |
| commit | b07b44df1969afe14ebed70fb0712abf04e8a02b (patch) | |
| tree | d60041ce3ddfb46e42bab5fb1ef676b4d73a27ea /bot.js | |
| parent | 0b895ec026f225dda71f634531068cd6ea95a367 (diff) | |
| download | AstralQuote-ATC-b07b44df1969afe14ebed70fb0712abf04e8a02b.tar.gz AstralQuote-ATC-b07b44df1969afe14ebed70fb0712abf04e8a02b.tar.bz2 AstralQuote-ATC-b07b44df1969afe14ebed70fb0712abf04e8a02b.zip | |
Fixes
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
