Follower subtraction from 100k

our streamer is getting a face cam at 100,000 followers, so I’m trying to make a command that subtracts his current number of followers from 100k. the command I’m trying is.

!editcom !face1 $(channel) is $(urlfetch http://twitch.center/customapi/math?expr=100000-$(twitch $(channel) “{{followers}}”)) followers away from showing us his beautiful face.

but it returns " he is ??? followers away… what am i missing ?
and thanks for the help.

@supernoobthps

The command looks to be set up fine. I would just make sure you are using straight quotes instead of curly quotes:

!editcom !face1 $(channel) is $(urlfetch http://twitch.center/customapi/math?expr=100000-$(twitch $(channel) "{{followers}}")) followers away from showing us his beautiful face.

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