R
R
Rostyslawn2022-03-09 22:30:15
Node.js
Rostyslawn, 2022-03-09 22:30:15

How to get user id from user mention, discord js?

How to get the id of the user who was mentioned from the mention in the user's message?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
getaxe, 2022-03-10
@Rostyslawn

const member = message.mentions.members.first(); // вернет первого упомянутого в сообщении пользователя
console.log(member.id) //в консоль напишет id пользователя

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question