Update 'node/boto.js'
This commit is contained in:
parent
54a5b515d9
commit
fb9675210d
|
@ -68,10 +68,6 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
|
|
||||||
if { // !ALL | START
|
if { // !ALL | START
|
||||||
console.log('LOG: Non-Mod command used!');
|
console.log('LOG: Non-Mod command used!');
|
||||||
if(command === 'cord' ||
|
|
||||||
command === 'discord') {
|
|
||||||
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
|
|
||||||
}
|
|
||||||
} // !ALL | END
|
} // !ALL | END
|
||||||
|
|
||||||
}); // SCAN MSG | END
|
}); // SCAN MSG | END
|
||||||
|
|
Loading…
Reference in New Issue