14.14.1 get deleted thread infos
Hi,
I have this:
return the deleted thread id.
There's a way to get some infos like:
- who deleted it (member object?)
- some thread info (at least the title and message count?)
Thank you!
4 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!You can check the Audit Logs for a
ThreadDelete
event, this should have an executor
(the user who deleted the thread)Hi, thanks for the reply.
Do you mean manually?