discord js sending a message to a specific channel code example
Example: discord js sending a message to a specific channel
client.channels.cache.get('CHANNEL ID').send('Hello World!')
client.channels.cache.get('CHANNEL ID').send('Hello World!')