Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 11:08:53 +00:00
parent 650cb7989d
commit 7321cc9f76
1 changed files with 0 additions and 13 deletions

View File

@ -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;