S-IAF
Join ServerSapphire - Imagine a framework
discordjs-support
Follow announcement channel
Bbomi1/22/2023
How do I follow an announcement channel?
Like
Or is there no way to do this in discord.js so it has the be done some other way?
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 
