#Not launching
25 messages · Page 1 of 1 (latest)
• 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.
• Websocket intents limit events and decrease memory usage: learn more
• See what intents you need here
elaborate
const { Client, GatewayIntentBits, Intents } = require('discord.js')
Why is GatewayIntentBits at the top of the array
Error [DisallowedIntents]: Privileged intent provided is not enabled or whitelisted.
If you are using the GuildMembers, GuildPresences, or MessageContent intents, you need to enable them in the developer portal:
• Developer Portal > Your app > Bot > Privileged Gateway Intents
Looks like when you set up your bot you didn't set the full intent on the website, you can use the permissions builder to fix it