All Intents

Where can i find all the Intent flags?
5 Replies
d.js toolkit
d.js toolkit2mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by staff
Mark
Mark2mo ago
There isn't one You should specify the intents you want, to improve performance for your bot (and to possibly simplify things as your bot grows)
TÆMBØ
TÆMBØ2mo ago
If you’re instead asking where to find the list of all possible intents that exist, see below
d.js docs
d.js docs2mo ago
:dtypes: v10: GatewayIntentBits read more
Char
CharOP2mo ago
thanks

Did you find this page helpful?