From 7321cc9f769e2fee15ce45191724a91ecf3aeb04 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 11:08:53 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 13 ------------- 1 file changed, 13 deletions(-) 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;