5 Replies
- 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 staffThere 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)
If you’re instead asking where to find the list of all possible intents that exist, see below
thanks