say the broadcaster want to know if someone is following the channel,
If you want a command that does !checkfollow username, you can use this as a command response/result in Nightbot: $(customapi https://decapi.me/twitch/following.php?user=$(touser)&channel=CHANNEL_NAME)
Replace “CHANNEL_NAME” with the channel you wanna check for.
Usage: !checkfollow decicus
Example results:
- decicus follows CHANNEL_NAME
- decicus is not following CHANNEL_NAME
If you don’t put a name after the command, it would check yourself instead (which is a normal behavior of the $(touser) variable).