discord.js Enviar mensaje a un canal determinado

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