how can i welcome users?

so basically i want to welcome new users when they join my server
7 Replies
d.js toolkit
d.js toolkit16mo 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
jay
jay16mo ago
listen for guildMemberAdd and go from there
ZNomad
ZNomadOP16mo ago
how would I do that? (also how do you get github badge)
jay
jay16mo ago
client.on('guildMemberAdd') and the github role is a linked role btw guildMemberAdd does have a param of member
ZNomad
ZNomadOP16mo ago
also how do i get "client" i have no idea how that works
jay
jay16mo ago
client is what you define your bot as
ZNomad
ZNomadOP16mo ago
oh cool thanks

Did you find this page helpful?