From fb9675210d3bd96942b88c9463a184d28de5fced Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 05:01:41 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/node/boto.js b/node/boto.js index 87c2329..acd23f5 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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