SystemChannelFlagsBitField
Why is
new SystemChannelFlagsBitField(systemMessageFlagsChange?.new).serialize().SuppressRoleSubscriptionPurchaseNotificationReplies
always false?5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffyeah
15 when all are suppressed
and 13 when just the boost option is enabled (not suppressed)
what do you mean?
i dont understand. my problem is that when logging
new SystemChannelFlagsBitField(systemMessageFlagsChange?.new).serialize().SuppressRoleSubscriptionPurchaseNotificationReplies
once after enabling the boost flag and once after disabling it, both times it returns false
apologies, it's SuppressRoleSubscriptionPurchaseNotifications
not SuppressRoleSubscriptionPurchaseNotifications
but after replacing it i still have the same problem
my updated code is console.log(new SystemChannelFlagsBitField(systemMessageFlagsChange?.new).serialize().SuppressRoleSubscriptionPurchaseNotifications);
ah thank you