logo
Search
showing results for - "discord js how to mention bot"
Lina
12 Jul 2020
1//to mention bot you need the client.user
2//like this
3
4client.on('message' , message => {
5	if(message.isMemberMentioned(client.user)) return message.channel.send(client.user)
6})
7//don't worry about the isMemberMentioned i only used it to make the bot detect if it's was mentioned
similar questions
how to check if a user sent a message in discord jsdiscord js mentionbots member count discord jsdiscord js bot presencediscord js messagediscord js message on member addhow to make a discord bot discord jsdiscord js user infodiscord js mention authorbot say command discord jsdiscord js fetch userdiscord bot status javascriptget message author discord jscheck if message mentions users discord jsdiscord js mentionhow to make a discord js bot get its own message iddiscord js get first mentionhow to code a discord bot in javascriptdiscord js v12 how to set owner commandsdiscord js mention regex
queries leading to this page
discord js how to mentiondiscord js bot mention botdiscord js mention how to mention someone discord jsdiscord bot js coding user mentionhow to mention someone discord bot javascriptmention discord jsdiscord bot mention user jsdiscord js how to mention botbot mention discord jsdiscord js bot mention userdiscord js how to mention bot
privacy policyterms of useinstagram
Crafted with  ♥  for everyone

sign in to continue
your answer for
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
sign in to continue
ask question on maxinterview
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content
please be clear, to the point and respectful
sign in to continue