how to send message to specific channel in discordjs 2019 code example
Example: send a message to a specific channel discord.js
client.channels.get("<ID of the channel you want to send to>").send("<your message content here>")
client.channels.get("<ID of the channel you want to send to>").send("<your message content here>")