Follow announcement channel

Bbomi1/22/2023
How do I follow an announcement channel?

Like
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?
Bbomi1/22/2023
Is
.addFollower(channeltargetChannelreason) for that?
Solution
Bbomi1/22/2023
Yep it is but in v13 its a bit different, better if you ask me :KEKW: