Subcount issue(nightbot)

I apologize in advance if this has already been answered, but I could not find any posts about it. My streamers sub count is showing 16 subscribers but there’s only 9 active because the other people subscribed once but never re-subbed. Is their a way to track ONLY curent subs or will the API only show total subs?

1 Like

$(eval response = $(twitch subcount); count = parseInt(response); if (isNaN(count)){response} else {(count <= 1 ? 0 : count - 1) + " people are currently subscribed"})
This is the current command I’m using BTW

This is because Twitch’s API reports a different number of subscribers than the streamer has. This is not something we are able to fix (Twitch needs to).

Thank you for answering me!!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.