#Property of undefined (Reading 'FLAGS')

5 messages · Page 1 of 1 (latest)

barren mortarBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

urban lotus
#

discord.js: 14.3.0

barren mortarBOT
#

RangeError [BitFieldInvalid]: Invalid bitfield flag or number: undefined
• All SCREAMING_SNAKE_CASE enums have been changed to PascalCase
• Intents: Intents.FLAGS.GUILD_MESSAGES -> GatewayIntentBits.GuildMessages
• Permissions: Permissions.FLAGS.SEND_MESSAGES -> PermissionFlagsBits.SendMessages