dming users

i’m trying to make a system where the bot will message x people and they can have a conversation with the person who starts the “conversation”, i know discord is very picky on dming people at the same time, is there a rough limit?
8 Replies
d.js toolkit
d.js toolkit2w 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!
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs2w ago
Ratelimits are dynamically assigned by the API based on current load and may change at any point. - The scale from okay to API-spam is sliding and depends heavily on the action you are taking - Rainbow roles, clock and counter channels, and DM'ing advertisements to all members are all examples of things that are not okay
JollyJohn
JollyJohnOP2w ago
like initial dm? cuz it would sorta like a modmail system but a server admin would start a convo with x members and they would respond to bot and it would then dm the admin or put it in a channel maybe
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
JollyJohn
JollyJohnOP2w ago
sorts it’s like a reverse modmail, a admin selects x server members, they then have a input on what the msg is to be sent to them, bot dms x users saying @JollyJohn has started a convo with you: (msg here or sometbing) then they reply and the bot dms the admin or puts in channel
monbrey
monbrey2w ago
DM rate limits are extremely low. Why can't this just be a thread or channel in the first place
JollyJohn
JollyJohnOP2w ago
yeah ill just do that thank you

Did you find this page helpful?