fix timeout test

This commit is contained in:
Sarimoko 2022-02-14 14:48:33 -08:00
parent b3c652d509
commit 515f7d9e8c
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ 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 | @'+ username, 'was banned for:', seconds, 'seconds | Reason:', reason); console.log('MOD-LOG | @'+ username, 'was banned for:', duration, 'seconds | Reason:', reason);
client.say(channel, `Mods have spoken! @`+ username, `please take these`, seconds, `to reconsider:`, reason); client.say(channel, `Mods have spoken! @`+ username, `please take these`, duration, `to reconsider:`, reason);
client.say(channel, `!kappagen sarimoSALT sarimoRAGE`); client.say(channel, `!kappagen sarimoSALT sarimoRAGE`);
}); });
client.on("unhost", (channel, viewers) => { client.on("unhost", (channel, viewers) => {