diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 09:43:31 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 09:43:31 -0400 |
| commit | b097c2614e2762a7564325fdd9eb39a2cf5f50ba (patch) | |
| tree | e2257379713e8923b948ec1f57c0dfe41747a915 /bot.js | |
| parent | b578295c6c6a0849e165a0a6c27ccc7bea7f9fc5 (diff) | |
| download | AstralQuote-ATC-b097c2614e2762a7564325fdd9eb39a2cf5f50ba.tar.gz AstralQuote-ATC-b097c2614e2762a7564325fdd9eb39a2cf5f50ba.tar.bz2 AstralQuote-ATC-b097c2614e2762a7564325fdd9eb39a2cf5f50ba.zip | |
Updates on the uptime command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
