fix
This commit is contained in:
parent
95c9cf9318
commit
0b4fe4faf3
|
@ -223,7 +223,7 @@ client.on("subscription", function (channel, username, method, message, userstat
|
||||||
// MOD | Timeout
|
// MOD | Timeout
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
client.on("timeout", (channel, username, reason, duration, userstate) => {
|
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, `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.say(channel, `!kappagen sarimoSALT sarimoRAGE`);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue