AutoModerationActionExecution event
WHY IT AINT DETECTING AUTOMOD ACTIONS?
7 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 OPShow client constructor and confirm the permissions your bot has in the guild
Guild#members#me#permissions#serialize
Also make sure you have the required intent
Pastebin
const { token, clientId } = require('./config.json');const fs = req...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
oh-
ig the problem is intent
or no...
or yess
yess
AutoModerationExecution
was missing
mb
ty