diff --git a/node/boto.js b/node/boto.js index 20ade91..0fc72f3 100644 --- a/node/boto.js +++ b/node/boto.js @@ -31,20 +31,7 @@ const client = new tmi.Client({ client.connect(); -// ================================== -// START | AUTO/TIMED -client.on('connected', (address, port) => { - client.action('Sariboto', 'by Sarimoko') - setInterval(() => { - messageInterval(); - }, 300); -}); -function messageInterval() { - client.say(" Timed message every 300 seconds"); -} -// END | AUTO/TIMED -// ================================== client.on('message', (channel, tags, message, self) => { if(self) return;