GuildMemberAdd

How come this doesn't work?
No description
7 Replies
d.js toolkit
d.js toolkitβ€’5mo 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
chewie 🌈
chewie πŸŒˆβ€’5mo ago
missing intents, most likely
phoenixx
phoenixxβ€’5mo ago
const client = new Client({intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers]});
chewie 🌈
chewie πŸŒˆβ€’5mo ago
you need the sus your event handler
phoenixx
phoenixxβ€’5mo ago
No description
phoenixx
phoenixxβ€’5mo ago
No description
phoenixx
phoenixxβ€’5mo ago
mb, it works now i wasn't properly running my event through my index