Subscriber count with 0 subs

When I try to use
$(twitch $(channel) " There are {{subscriberCount}} subscribers and {{followers}} followers.")
and there are 0 subs it just shows “There are no subs” as a message instead of “There are 0 subs and xx followers”.
Can this be changed so it returns an actual 0?

I’m not seeing the same behavior. 0 should be returned if a channel has a subscriber button but has no active subscriptions.

The channel doesn’t have a sub button yet. Was setting up for when it has. Is that the issue?

That would be the issue. You will want to remove that from the command response format string.

Alright, just hardcoding it for now then. Thanks!

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