const client = new Client({ intents: [GatewayIntentBits.Guilds] });
Is there a whole list of intents that I can add on to GatewayIntentBits?
Also GateWayIntentBits is websocket right?
2 Replies
• 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