discordjs member.author code example
Example 1: discord.js get username
message.author.username
Example 2: discord js channel send
const user = <client>.users.cache.get('<id>');
user.send('<content>');
message.author.username
const user = <client>.users.cache.get('<id>');
user.send('<content>');