diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 09:45:15 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 09:45:15 -0400 |
| commit | 0b895ec026f225dda71f634531068cd6ea95a367 (patch) | |
| tree | e9c20cb165db981ea66a8604c850750521d1dec2 | |
| parent | b097c2614e2762a7564325fdd9eb39a2cf5f50ba (diff) | |
| download | AstralQuote-ATC-0b895ec026f225dda71f634531068cd6ea95a367.tar.gz AstralQuote-ATC-0b895ec026f225dda71f634531068cd6ea95a367.tar.bz2 AstralQuote-ATC-0b895ec026f225dda71f634531068cd6ea95a367.zip | |
Made some updates
| -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 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; |
