Discord bot Say something when mention

So basically I am trying to make my bot say something when he get mention but with the new reply feature, it keeps saying the message when someone reply to one of it message. Could someone help me

Code:

try {
if (
message.isMentioned(bot.user)) {
message.reply(**My Prefix In This Server is - \${prefix}`**`);
}
} catch

pretty dead

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.