Discord.js mengirim pesan ke saluran tertentu

const channel = client.channels.cache.get('id');
channel.send('content');
Faus