Hey guys I come to show you this command so that you can translate followage command
!addcom !followage
$(eval var a='$(urlfetch https://api.2g.be/twitch/followage/$(channel)/$(touser)?notext=1)';
if (a.includes("is not following")){
"*here the text would go in case it doesn't follow you*"
} else {
"*$(touser) has been following $(channel) since* "+a}
)
You can customize else result with your imagination.