Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:01:41 +00:00
parent 54a5b515d9
commit fb9675210d
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ client.on('message', (channel, tags, message, self) => {
if { // !ALL | START
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
}); // SCAN MSG | END