-
-
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(Managers): ✨ Add GuildInviteManager #5889
Conversation
The InviteManager was missing, this new Manager comes with some extra features - Invites generation from Guild based on the first accessible channel - Invite deletion outside of an Invite instance - Fetch a single invite with cache filling to avoid unnecessary future requests (force option is available)
Co-authored-by: iShibi <shubhamparihar391@gmail.com>
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.
At this point, couldn't we get a GuildChannelInviteManager too? /s
Jokes aside, here are some things I'd like to bring up
Correction of docs and errors messages Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: iShibi <shubhamparihar391@gmail.com>
…with APIErrors Co-authored-by: iShibi <shubhamparihar391@gmail.com>
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.
I think everything is good if you don't have other suggestions for changes 👍
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
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.
Just one thing I noticed:
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
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.
I merged master to resolve conflicts with breaking changes of Guild#fetchInvites()
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This needs a rebase. |
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.
Just the rebase, otherwise LGTM.
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.
ID
-> Id
changes required.
Arf I was already working on it 👀 |
Co-authored-by: iCrawl <icrawltogo@gmail.com>
Please describe the changes this PR makes and why it should be merged:
The InviteManager was missing, this new Manager comes with some extra features
Status and versioning classification: