feat: guild join requests - #3383
Open
Soheab wants to merge 6 commits into
Open
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3383/head:pr-3383
git checkout pr-3383This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3383/head |
Paillat-dev
self-requested a review
September 5, 2026 21:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #3340
This PR adds support for getting and taking action on guild join requests/applications.
API Docs: discord/discord-api-docs#8531
This adds:
JoinRequest&FormResponseJoinRequestStatus(Enum)JoinRequestFormFieldType(Enum)JoinRequestAction(Enum)Guild.fetch_join_requests()HTTPClient.get_guild_join_requests()&HTTPClient.action_guild_join_request()JoinRequestIteratoron_raw_guild_join_request_delete&RawGuildJoinRequestDeleteEventon_guild_join_request_createon_guild_join_request_updateCodex was used for the added iterator and documentations.
Needs testing.
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.