Fetch deleted messages by discord upon a user ban
Currently I am fetching all deleted messages which were deleted manually. Unfortunately that does not work when I ban a user and have the messages automatically deleted that this user posted by the day.
Also I was trying to get the handler
messageDeletedBulk
to work which did not show any data.
Any idea on how I can get these messages?
node Version: v16..20.1
npm Version: 9.8.1
discord.js Version: 14.11.05 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!Are you sure that you're not making a typo in
messageDeletedBulk
? The actual event name is messageDeleteBulk
The typo was in my question. I am indeed using
messageDeleteBulk
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
Many thanks - that was the issue I had here 🙂