Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 07:25:06 +00:00
parent d931e0c7ac
commit d9020a3e12
1 changed files with 5 additions and 5 deletions

View File

@ -114,11 +114,11 @@ client.on('message', (channel, tags, message, self) => {
//let isMod = user.mod || user['user-type'] === 'mod';
//let isBroadcaster = channel.slice(1) === user.username;
//let isModUp = isMod || isBroadcaster;
//if(isModUp) {
// if(command === 'mod') {
// client.say(channel, `Mod test command`);
// }
//}
if(isModUp) {
if(command === 'mod') {
client.say(channel, `Mod test command`);
}
}
// I N F O
// ==================================