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