I\'m failing to achieve something very simple. I can\'t send a message to a specific channel. I\'ve browsed trough the documentation and similar threads on stack overflow. <
This will work for the newest version of node.js msg.guild.channels.cache.find(i => i.name === 'announcements').send(annEmbed)
msg.guild.channels.cache.find(i => i.name === 'announcements').send(annEmbed)