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?
console.log(ban)
});
Seems to return nothing when I ban a user, why's that. Am I missing intents?