Skip to content

Make only one request to Twitch instead of for each server #90

Description

@TrojanerHD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-cleanupEnhancements code styling wiseenhancementNew feature or requestfollow-upRequires a PR to be merged

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions