discord rest api how to send dm ?
Hello, I am using discord-api-types and discordjs/rest for my worker based discord bot. According to docs,
is for sending messages to any discord server's channel. But I want to send message to a user's DM, how do I do that?
9 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 OPUse the dm channel id
There is an endpoint for opening user dms
Routes.<what??>
Idk what it’s called in the dapi-types package
I found this
Yea
Use that with the proper body to get a dm channel
ah ok, thanks.