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?
Making a formula for subscriber link
1 reply
Hey @Lucid Zebra!
You can use the $(twitch) variable.
!addcom !commandName $(eval 10000 - $(twitch $(channel) "{{subscriberCount}}"))