Discord.js Envoyer un message à un canal donné

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