yea
This commit is contained in:
parent
515f7d9e8c
commit
0ca32de825
|
@ -224,7 +224,7 @@ client.on("subscription", function (channel, username, method, message, userstat
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
client.on("timeout", (channel, username, reason, duration, userstate) => {
|
client.on("timeout", (channel, username, reason, duration, userstate) => {
|
||||||
console.log('MOD-LOG | @'+ username, 'was banned for:', duration, '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`, duration, `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) => {
|
||||||
|
|
Loading…
Reference in New Issue