Nightbot doesn't have access to my subcount

I used this code for !subcount

!commands add !subcount $(eval response = $(twitch subcount); count = parseInt(response); if (isNaN(count)){response} else {(count <= 3 ? 0 : count - 3) + " people are currently subscribed"})

after it adds !subcount , i try it and it says this from Nightbot

Nightbot: Not authorized to access channel’s subscriptions. Has the channel owner logged into the Nightbot control panel?

Yes i have logged into the nightbot control panel. i don’t know what else to do

@ah3nry

Try logging out of and back onto the Nightbot dashboard.

Thank you this worked

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