R
R
rodiongoshev2020-12-31 21:01:29
Node.js
rodiongoshev, 2020-12-31 21:01:29

How to make the bot write in PM when a player enters?

How can I make the bot take his ID and send him a certain message after the player enters?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-12-31
@rodiongoshev

bot.on("guildMemberAdd", member => {
  member.send("определённое сообщение")
})

don't forget to enable SERVER MEMBERS INTENT, it won't work without it. ( Discord Developer Portal > your bot > Bot > SERVER MEMBERS INTENT)
Happy New Year.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question