Hi all. I'm mod-ing for a streamer who's set a sub goal for x number of NEW subs as of today. I was trying to use a similar command I've used for past sub goals
$(channel) is $(eval 6 - $(twitch $(channel) "{{subscriberCount}}")) subs away from the goal!
but that's not giving me exactly what I want since it includes current subs as well. Is there a variable I can pull for subs since X date so that I can pull an accurate list of NEW subs? Or is the only way to do this, keeping a variable counter that I increment each time? Any help is appreciated!