-
-
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(NewsChannel)!: return followed channel data #8566
feat(NewsChannel)!: return followed channel data #8566
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I agree with this change. Sadly, this is currently breaking. What we can do in a non-breaking way is add this method to the |
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.
This should be calling the guild channel manager's method (as noted here: #8566 (comment)) and ideally have the changes made noted here: #8566 (comment). Also, please resolve conflicts!
6c2beb4
to
522498b
Compare
0bdea49
to
2ff47d8
Compare
…tps://github.com/Syjalo/discord.js into feat/NewsChannel#addFollower()-return-webhook-id
BREAKING CHANGE:
GuildChannelManager#addFollower
andAnnouncementChannel#addFollower
now returnFollowedChannelData
instead of the webhook id.Please describe the changes this PR makes and why it should be merged:
This PR changes the return type of
NewsChannel#addFollower()
method to the followed channel.Status and versioning classification: