I Know How to Use
bot.on("guildMemberAdd" ,(message, member) => {
bot.channels.find('name', "chat").send("Welcome")
}
But How Could You Make It Send The User A DM When They Join The Server
I Know How to Use
bot.on("guildMemberAdd" ,(message, member) => {
bot.channels.find('name', "chat").send("Welcome")
}
But How Could You Make It Send The User A DM When They Join The Server