如何向字符串中提到的某人发送消息?

时间:2017-10-30 23:47:43

标签: javascript node.js discord.js

如何向消息中提到的用户发送消息?
这是我到目前为止所尝试的:

self-explanatory, please tell me what is wrong

1 个答案:

答案 0 :(得分:3)

您可以使用message.mentions.members.first()

这会在消息中返回提及的第一个成员

文档:MessageMentionsGuildMemberCollection