discord.js
discord.js copied to clipboard
feat(GuildChannelManager): add `.addFollower()` method
Please describe the changes this PR makes and why it should be merged:
This PR adds GuildChannelManager#addFollower()
method.
Status and versioning classification:
- Code changes have been tested against the Discord API, or there are no code changes
- I know how to update typings and have done so, or typings don't need updating
- This PR changes the library's interface (methods or parameters added)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
discord-js | ✅ Ready (Inspect) | Visit Preview | Oct 16, 2022 at 4:00PM (UTC) |
1 Ignored Deployment
Name | Status | Preview | Updated |
---|---|---|---|
discord-js-guide | ⬜️ Ignored (Inspect) | Oct 16, 2022 at 4:00PM (UTC) |
Hey @Syjalo, are you still maintaining this pull request?
@Syjalo is attempting to deploy a commit to the discordjs Team on Vercel.
A member of the Team first needs to authorize it.
I suggest you add this method to the GuildChannel class and add typings to make sure the channel type is GuildAnnouncement.
It shouldn't be added to that class as not all guild channels may do that. Only one type of guild channel may do that, and its functionality already exists.