Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 22:31:15 +00:00
parent 1f86e386c5
commit 60c472fedd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const rp = require('request-promise');
function getChatters(channelName, _attemptCount = 0) { function getChatters(channelName, _attemptCount = 0) {
return rp({ return rp({
uri: `https://tmi.twitch.tv/group/user/${channelName}/chatters`, uri: `https://tmi.twitch.tv/group/user/sarimoko/chatters`,
json: true json: true
}) })
.then(data => { .then(data => {