From e609d899966fb755d3ae45f6e12a86842ac877ce Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 15:04:20 -0800 Subject: [PATCH] typod.... --- node/boto.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 2139445..fcd5af7 100644 --- a/node/boto.js +++ b/node/boto.js @@ -128,8 +128,10 @@ client.on("join", (channel, username, self) => { client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); } }); +// DUPE +// -------------------------------- client.on("logon", () => { - console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue); + // console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue); }); // client.on("message", (channel, userstate, message, self) => { // // Don't listen to my own messages.. @@ -223,7 +225,7 @@ client.on("subscription", function (channel, username, method, message, userstat // MOD | Timeout // -------------------------------- client.on("timeout", (channel, username, reason, duration, userstate) => { - console.log(`MOD-LOG | Timeout @`+ username, `for`, duraction, `seconds for the reason of:`, reason); + console.log(`MOD-LOG | Timeout @`+ username, `for`, duration, `seconds for the reason of:`, reason); console.log(`MOD-LOG | @`+ username, `is a `, userstate, `status!`); 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`);