Anmol
DIAdiscord.js - Imagine an app
•Created by Anmol on 7/1/2024 in #djs-questions
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?
4 replies