Discord.js Отправить сообщение на данное канал

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