Advertisement
Guest User

Nightbot sub count command

a guest
Jan 22nd, 2018
3,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. A lot of people ask me how to change the sub count command to show the correct number of subscribers. Nightbot usually counts the broadcaster and chat bots (if subscribed) as subs too. Try this command:
  2.  
  3. !addcom (or !editcom if the command already exists) !subcount $(urlfetch http://twitch.center/customapi/math?expr=$(twitch username "{{subscriberCount}} ")-1) loyal subscribers sodaL
  4.  
  5. Calculation: Total subcount minus 1 = correct sub count
  6.  
  7. 1.) change "username" to your channel
  8.  
  9. 2.) "{{subscriberCount}} ")-1) = "-1" is the amount of subs you wanna substract from the total subcount. if nightbot is subscribed too change it to "-2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement