Follow-up PR for #67
We do not want to make a request to Twitch for each server as shown here:
|
new TwitchHelper(this.streamerFetch.bind(this)).update( |
|
(): string[] => Settings.settings.streamers |
|
); |
Instead we want to bundle the requests into one and make only one request to Twitch in order to prevent rate limiting when the bot runs on too many servers
Follow-up PR for #67
We do not want to make a request to Twitch for each server as shown here:
TrojanerBot/src/twitch/LiveChannel.ts
Lines 10 to 12 in 21cfe10
Instead we want to bundle the requests into one and make only one request to Twitch in order to prevent rate limiting when the bot runs on too many servers