-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'months' of undefined #2
Comments
Okay looking into it now. Sorry about that, I assumed the message would be similar to bits. This is what i get for assuming haha. |
Should work now! Closing this issue for now! Thank you for reporting my stupid typo. |
Reopened because error is still occurring. Looking into it now |
Nevermind it is fixed. I misunderstood the new system. The user has the option to either annouce or withhold from announcing their sub in chat. This creates confusion because the old system that announces subscriptions in chat is currently being deprecated, but before it is completely phased out. TLDR; see https://discuss.dev.twitch.tv/t/subscriptions-beta-changes/10023/37 |
TypeError when there is a subscription event
main.js - 249
"months" : message.data.message.data.months,
I think should be
"months" : message.data.message.months,
The text was updated successfully, but these errors were encountered: