Top "Mention" questions

For tagging users or profile in text body based on delimiters like `@` or `#` similar to Twitter or Facebook.

Discord.js mentioning

client.on('message', message => { if (message.content === `L!hug`) { if (!message.mentions.users.size) { return message.reply('you need …

bots discord discord.js mention
How do I mention a role with Discord.js?

I am making a bot and I am trying to Ping a certain role. Here is the relevant code: let …

node.js discord.js mention
Discord Bot Mentioning

I am trying to make my bot send a ping to me when someone types !owner, however, the bot only …

bots discord.js mention