#`PermissionFlagsBits PermissionName `
1 messages · Page 1 of 1 (latest)
this is identical to this in an earlier version right?
Permissions.FLAGS.MANAGE_MESSAGES
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