From 58a9800d306e89a1f46bf25681f52388ce12f599 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 14:55:03 -0800 Subject: [PATCH] colorized logs --- node/boto.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node/boto.js b/node/boto.js index d1981fc..07113da 100644 --- a/node/boto.js +++ b/node/boto.js @@ -223,9 +223,9 @@ client.on("subscription", function (channel, username, method, message, userstat // MOD | Timeout // -------------------------------- client.on("timeout", (channel, username, reason, duration, userstate) => { - console.log('MOD-LOG | @'+ username, 'was banned for:', duration, 'seconds | Reason:', reason); - client.say(channel, `Mods have spoken! @`+ username +`, please take these `+ duration +` to reconsider: `+ reason); - client.say(channel, `!kappagen sarimoSALT sarimoRAGE`); + console.log('MOD-LOG | @'.brightRed+ username.yellow, 'was timedout for:'.brightRed, duration.yellow, 'seconds | Reason:'.brightRed, reason.yellow); + client.say(channel, `Mods have spoken! @`+ username +`, please take these `+ duration +` seconds to cooldown! Enjoy your lurk, talk to you soon!`); + client.say(channel, `!kappagen sarimoSALT sarimoRAGE`); }); client.on("unhost", (channel, viewers) => { client.say(channel, `/me @Sarimoko has turned if hosting, please standby for further instruction!`);