how to connect user in discord.js 12 code example
Example: discord js channel send
const channel = <client>.channels.cache.get('<id>');
channel.send('<content>');
const channel = <client>.channels.cache.get('<id>');
channel.send('<content>');