SubCount on my stream

How do I get a command and make my own (!Subcount) so that it shows my current sub count?

1 Like

@Lumby

Copy and paste the following command setups into chat depending on which platform you stream on.


Twitch. Subtracting 1 to account for the owner’s subscription to their own self:

!addcom -cd=5 !subcount $(eval $(twitch subcount)-1) 

YouTube. Replace CHANNEL_ID with your channel ID, not your channel name:

!addcom -cd=5 !subcount $(urlfetch https://rokbot.xyz/ytsubs.php?id=CHANNEL_ID)
2 Likes

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