how to match a username with a message.author in discord.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