Does anyone know why I can get the guildBanAdd event to work?

client.on("guildBanAdd", async ban => { console.log(ban) }); Seems to return nothing when I ban a user, why's that. Am I missing intents?
3 Replies
d.js toolkit
d.js toolkit6d ago
- 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 OP
Unknown User
Unknown User6d ago
Message Not Public
Sign In & Join Server To View
Anmol
Anmol6d ago
thanks!