how to get the discord username of the message author 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