Ping outside embed
How do I ping a user outside the embed?
npm list discord.js and node node -v version?<@user_id>userMention(user_id) method (import from discord.js)allowedMentions option. You can:repliedUser key to disable in-line reply mentions
content propertyExampleinlineCode() method{ ..., allowedMentions: { parse: ["users", "roles"] } }channel.send({
content: `userMention(user_id)`,
embeds: [embed]
});