7 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 OPlisten for guildMemberAdd and go from there
how would I do that? (also how do you get github badge)
client.on('guildMemberAdd') and the github role is a linked role
btw guildMemberAdd does have a param of
member
also how do i get "client" i have no idea how that works
client is what you define your bot as
oh cool
thanks