Delete Message from User in DM
Is it possible, to delete all Messages from the Bot and User in DMs
7 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!The bot can only delete the bots messages.
How would you approach it, to remove all messages sent from the bot in someone's direct messages? I've got no use for it right now, however, it is worth knowing for future reference!
by doing it the spammy way: fetch, iterate, delete
How do you fetch someone's dms again? Also, are we to expect the message after 14 days saying we can't delete it?
<DMChannel>#messages#fetch - as usual
<User>#createDM for the channel
And no, thats just for bulkdelete
Well. I guess I have learned two things. Didn't know that the day limit applies only to the
BulkDelete
. Thanks for explaining