How many people can my discord bot DM message before it's limited?
I have a sample system that I am thinking of making it DM people to request an answer. Is this possible to do if I want to sample 24 people from my server?
3 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 staffMass DMing users is not allowed as per developer ToS, considered spam and can get you and your bot banned.
- Mention
@everyone
to inform all your users at once instead
- Discord Developer Terms of Service: learn more | FAQ summary@wolvinny 🌈 Got it thank you