Update 'node/boto.js'
This commit is contained in:
parent
47476ac504
commit
36f0c9b1f5
20
node/boto.js
20
node/boto.js
|
@ -110,17 +110,17 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
//let isMod = user.mod || user['user-type'] === 'mod';
|
//let isMod = user.mod || user['user-type'] === 'mod';
|
||||||
//let isBroadcaster = channel.slice(1) === user.username;
|
//let isBroadcaster = channel.slice(1) === user.username;
|
||||||
//let isModUp = isMod || isBroadcaster;
|
//let isModUp = isMod || isBroadcaster;
|
||||||
if(isModUp) {
|
//if(isModUp) {
|
||||||
if(command === 'mod') {
|
// if(command === 'mod') {
|
||||||
client.say(channel, `Mod test command`);
|
// client.say(channel, `Mod test command`);
|
||||||
}
|
// }
|
||||||
if else(command === 'mods') {
|
// if else(command === 'mods') {
|
||||||
client.say(channel, `Mod test command`);
|
// client.say(channel, `Mod test command`);
|
||||||
}
|
// }
|
||||||
else {
|
// else {
|
||||||
// NULL
|
// NULL
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
// I N F O
|
// I N F O
|
||||||
// ==================================
|
// ==================================
|
||||||
|
|
Loading…
Reference in New Issue