From 60c472fedd91bf0d1a86da1fa8e40e78bd68a787 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 22:31:15 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 3475897..34322f1 100644 --- a/node/boto.js +++ b/node/boto.js @@ -24,7 +24,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 => {