how to check if a message is sent from a certain user in discord.ks code example
Example: how to check if a user sent a message in discord js
if(message.author.id === client.user.id) return;
if(message.author.id === client.user.id) return;