#Discord Intents

7 messages · Page 1 of 1 (latest)

mighty nebula
#

does

const bot = new Client({ partials: ['CHANNEL'], intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_PRESENCES, Intents.FLAGS.DIRECT_MESSAGES] })

not work anymore? It's giving me: Cannot read properties of undefined (reading 'FLAGS')

surreal nacelleBOT
#

• 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.

hexed ruin
tribal wave
#

not from the discord.js package itself

#

discord-api-types iirc