16 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 OP
My welcome code
my index.js
This is where i add file
1: You're missing the
GatewayIntentBits.GuildMembers
intent
2: The event name is guildMemberAdd
- lowercase Git still did not work after i did everthing you tell
Can you share your updated code?
index
welcome
The event's name must be
'guildMemberAdd'
with a lowercase "g". Events.GuildMemberAdd
returns this same string, but the casing is importantguildMemberAdd
That's right
right?
yes
lets try
Thx
tysm