discordjs client.on readu 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>');