create channel with discord bot discord.js code example
Example: discord js channel send
const user = <client>.users.cache.get('<id>');
user.send('<content>');
const user = <client>.users.cache.get('<id>');
user.send('<content>');