Twitch Chat Integration

Twitch Chat Integration

754k Downloads

Work around having to do an API call for the channel ID (or add a sanity check)

BlayTheNinth opened this issue ยท 0 comments

commented

https://github.com/blay09/TwitchIntegration/blob/1.10/src/main/java/net/blay09/mods/bmc/twitchintegration/handler/TwitchChannel.java#L39-L40

We probably already have the channel id since it's passed along in message tags, so see if we can just extract it from there and save an API call. Alternatively, maybe do the API call on channel creation and store it in the config along with the name.