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