T
T
theinlao2020-09-13 15:30:32
Node.js
theinlao, 2020-09-13 15:30:32

Sending a repeat message?

MTxrgiXf.jpg?download=1
A repeat message is sent even though the user has logged in only once

client.on("guildMemberAdd",member=>{
    var embed = new Discord.MessageEmbed()
        .setTitle("Новый пользователь!")
        .setDescription(`Привет , ${member}`)
        .setImage(member.user.displayAvatarURL())
    client.channels.cache.get("75467779875248****").send(embed);
})

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question