how to @ the message author in discord.js code example
Example 1: msg author is a bot
if(message.author.id === client.user.id) return;
Example 2: how to check if a user sent a message in discord js
if(message.author.id === client.user.id) return;