From 2a35f5f7014536c7d5024a5b97431b51debb9d49 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 22:42:00 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 105a4e4..b9dd33b 100644 --- a/node/boto.js +++ b/node/boto.js @@ -25,7 +25,7 @@ const rp = require('request-promise'); function getChatters(channelName, _attemptCount = 0) { return rp({ - uri: `https://tmi.twitch.tv/group/user/${channelName}/chatters`, + uri: `https://tmi.twitch.tv/group/user/sarimoko/chatters`, json: true }) .then(data => { @@ -66,7 +66,7 @@ function getRandomChatter(channelName, opts = {}) { } // RNG END // SCAN MSG | START -client.on('message', (channel, userstate, tags, message, self) => { +client.on('message', (channel, tags, message, self) => { if(self) return; const badges = tags.badges || {}; // Scan Badges const isBroadcaster = badges.broadcaster; // Define Streamer