Update permissions for community invites#8090
Merged
Merged
Conversation
anthonydiscord
requested review from
abe-discord,
colinloretz and
miaber
and removed request for
a team and
abe-discord
January 23, 2026 23:26
miaber
requested changes
Jan 23, 2026
Soheab
added a commit
to Soheab/discord.py
that referenced
this pull request
Jan 24, 2026
markmandel
approved these changes
Jan 28, 2026
yokkkoso
added a commit
to yokkkoso/disgo
that referenced
this pull request
Jan 30, 2026
6 tasks
colinloretz
added a commit
that referenced
this pull request
Feb 12, 2026
colinloretz
added a commit
that referenced
this pull request
Feb 12, 2026
* readd Get Guild Role Member Counts #8025 * Fix CREATE_GUILD_EXPRESSIONS and CREATE_EVENTS #7991 * Readd heading correct. #8081 * Readd changes from #8080 * Reword remove -> increase from #8097 * Readd invite changes from #8090 * Fixup changes from #8115 * Update developers/resources/invite.mdx Co-authored-by: Anthony <[email protected]> * tables --------- Co-authored-by: Anthony <[email protected]>
DonovanDMC
added a commit
to OceanicJS/Oceanic
that referenced
this pull request
Mar 6, 2026
xavier-archlinux-tw
pushed a commit
to xavier-archlinux-tw/discord-api-docs
that referenced
this pull request
Jul 14, 2026
* Update permission * Lil fix * Final fix 2 * add payload_json * add gateway role_ids * link to roles * csv response
xavier-archlinux-tw
pushed a commit
to xavier-archlinux-tw/discord-api-docs
that referenced
this pull request
Jul 14, 2026
* readd Get Guild Role Member Counts discord#8025 * Fix CREATE_GUILD_EXPRESSIONS and CREATE_EVENTS discord#7991 * Readd heading correct. discord#8081 * Readd changes from discord#8080 * Reword remove -> increase from discord#8097 * Readd invite changes from discord#8090 * Fixup changes from discord#8115 * Update developers/resources/invite.mdx Co-authored-by: Anthony <[email protected]> * tables --------- Co-authored-by: Anthony <[email protected]>
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.
In order to view target users or update target users on an invite the caller must be the invite creator or have
MANAGE_GUILDpermissions. In order to create an invite with target users the caller no longer needsMANAGE_GUILD, they will only needCREATE_INSTANT_INVITE.