word filtering
Trying to get this word filter to work. Its logging "Checking message" and its running the for loop, but its not running the if statement nor am I getting the catch. I originally had the deprecated "message" instead of "messageCreate" and it was just deleting every message sent, but now its not deleting anything. It has the guild messages intent.
6 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 OPnode version 21.5.0
Discord.JS version?
And can you show me all your intent list?
13.17.1
add MESSAGE_CONTENT intent and see.
dope that worked ty