I am currently trying to design a Twitch bot that will keep track of viewers in a Twitch channel and add points to their profile in my database every few minutes, like a separate version of channel points. I know to add every user to a viewer list via the join() and part() event listeners on the tmi.js client, but how should I keep track of this list? Should I use state management libraries like React?
https://stackoverflow.com/questions/66037973/store-list-of-viewers-to-add-points-every-5-minutes February 04, 2021 at 09:03AM
没有评论:
发表评论