Message Delete is not logging to channel when messaged deleted
im trying to make a messge delete log embed but its no errors its just not logging to the channel any reasons why?
2 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 OPif (message.partial) return;
if you don't want to handle partials, you can just not enable the Message
partial
but that aside, do you have the proper intents?
are you sure that the message isn't partial?