Base a $(countup) on a users follow time

Hello,

I am trying to create a countup-command that is supposed to be based on a certain users follow-time. Is it possible to fetch a users following time and add it to the countup-command?

I cant manage to do it. Basically it is a !followage but it will be based one specified user and not the one writing it.

Since !followage command is already a countup for following.

You can use $(user) to the poster or $(touser) to the one who typed the !followage

Alternatively you can use the following API:

$(urlfetch https://decapi.me/twitch/followage/$(channel)/$(touser)?precision=7).

1 Like

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