how to check who a message author is with a discord bot node.js code example
Example: get message author discord.js
message.author.user
// OR FOR ID USE:
message.author.user.id
message.author.user
// OR FOR ID USE:
message.author.user.id