AutoModerationActionExecution does not trigger
When someone says a blacklisted word it gets deleted by autoMod but the event does not trigger.
code:
5 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!i also have the
AutoModerationExecution
intent so i dont think intents are the problemcould you show your intents just to confirm?
and could you show your code for where events are loaded/handled?
have you confirmed that your bot has the
ManageGuild
permission?
some side notes:
- this event's class doesn't appear to have the correct name (though I'm assuming this is unrelated to the actual issue)
- why not just read the docs to find out what args each event emits with?