Describe the bug
When trying to subscribe to the follow event i get a 403 forbidden error
To Reproduce
Steps to reproduce the behavior:
in eventSubEvents.ts search for follow
the second param is the moderatorid i tried using my bots id and got a 403 forbidden error
Additional context
i have tried to reauth with my bot account to make sure the moderation:read:followers scope was on the bot,
the scope is correcltly on the bot but its still giving the 403 forbidden error
twurple:eventsub ERROR Subscription channel.follow.31124455.659523613 failed to subscribe: Encountered HTTP status code 403: Forbidden
URL: eventsub/subscriptions
Method: POST
Body:
{"error":"Forbidden","status":403,"message":"subscription missing proper authorization"}
Describe the bug When trying to subscribe to the follow event i get a 403 forbidden error
To Reproduce Steps to reproduce the behavior:
Additional context i have tried to reauth with my bot account to make sure the moderation:read:followers scope was on the bot, the scope is correcltly on the bot but its still giving the 403 forbidden error twurple:eventsub ERROR Subscription channel.follow.31124455.659523613 failed to subscribe: Encountered HTTP status code 403: Forbidden
URL: eventsub/subscriptions Method: POST Body: {"error":"Forbidden","status":403,"message":"subscription missing proper authorization"}