-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(GuildChannelManager): add .addFollower()
method
#8567
feat(GuildChannelManager): add .addFollower()
method
#8567
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description may need wording changes, and I'm not entirely convinced by the method name, I feel like follow
is better.
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. |
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: A. Román <kyradiscord@gmail.com>
Co-authored-by: A. Román <kyradiscord@gmail.com>
e898e94
to
843986e
Compare
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. |
Please describe the changes this PR makes and why it should be merged:
This PR adds
GuildChannelManager#addFollower()
method.Status and versioning classification: