Bot won't messsage on join (djs)
问题 My bot doesn't send the message on join. client.on('guildMemberAdd', member => { const linkId = pool.createLink(client.id); const embed = new Discord.MessageEmbed() .setTitle('reCAPTCHA Verification') .setDescription(`To gain access to this server you must solve a captcha. The link will expire in 15 minutes.\nhttp://${domain == '' ? 'localhost:8050' : domain}/verify/${linkId}`) .setColor('BLUE') member.send(embed) }) 回答1: Given that you aren't getting any errors in your code, I'm assuming the