Answer the question
In order to leave comments, you need to log in
The bot does not catch the joining of a new member to the server, can it be fixed on Discord.js v12.5.3?
The bot ignores the joining of a new member to the server, although he did everything according to the guide
client.on('guildMemberAdd', member => {
console.log(member.nickname)
const channelId = "862631463819542529";
const channel = member.guild.channels.cache.get(channelId);
channel.send('');
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question