How do I follow an announcement channel? Like ```js let announcements = client.channels.fetch("id") message.channel.follow(announcements) ``` Or is there no way to do this in discord.js so it has the be done some other way?