Making a formula for subscriber link

Asked Jul 1, 2021·1 reply·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I'm a mod for a channel, which almost has 10000 subscribers. And I want to make a command to show the progress. Like a countdown to 10k.
Something like
10000 - ( like to subscriber amount ) = result
And I want the result to be seen in the chat.
Any idea on how to make this work?

1 reply

Hey @Lucid Zebra!

You can use the $(twitch) variable.

!addcom !commandName $(eval 10000 - $(twitch $(channel) "{{subscriberCount}}"))