Update 'node/boto.js'
This commit is contained in:
parent
1f86e386c5
commit
60c472fedd
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue