From 0b4fe4faf3d9ad68e7c4e2e82f3564e6b200a821 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 14:57:47 -0800 Subject: [PATCH] fix --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 2bb50a3..138c1e7 100644 --- a/node/boto.js +++ b/node/boto.js @@ -223,7 +223,7 @@ client.on("subscription", function (channel, username, method, message, userstat // MOD | Timeout // -------------------------------- client.on("timeout", (channel, username, reason, duration, userstate) => { - console.log('MOD-LOG | @'.brightRed + username.yellow, 'was timedout for:'.brightRed, duration.yellow, 'seconds | Reason:'.brightRed, reason.yellow); + console.log(`MOD-LOG | Timeout @`+ username); 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`); });