CREATE_GUILD_EXPRESSIONS and CREATE_EVENTS permissions for 🤖 #7991
Merged
Conversation
colinloretz
requested review from
advaith1 and
markmandel
and removed request for
a team
November 20, 2025 21:50
advaith1
approved these changes
Nov 20, 2025
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]>
xavier-archlinux-tw
pushed a commit
to xavier-archlinux-tw/discord-api-docs
that referenced
this pull request
Jul 14, 2026
…#7991) * Changelog for expressions/events perms * Remove no longer avail to devs
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 2023, we had introduced permission splits for guild expressions (custom emoji and stickers) and scheduled events. These changes were made to give server administrators more granular control over who can create content in their communities. Read the change log.
Today, we are announcing that these permissions are now available for bot developers to use and will be required for certain actions starting February 23, 2026.
Create Guild Expressions Permission
CREATE_GUILD_EXPRESSIONSpermission (1 << 43) was created in July 2023 and split fromMANAGE_GUILD_EXPRESSIONSfor users in December 2023.CREATE_GUILD_EXPRESSIONSpermission.CREATE_GUILD_EXPRESSIONSpermission to create custom emoji and stickers.MANAGE_GUILD_EXPRESSIONSalone will no longer be sufficient.Create Events Permission
CREATE_EVENTSpermission (1 << 44) was created in July 2023 and split fromMANAGE_EVENTSfor users in December 2023.CREATE_EVENTSpermission.CREATE_EVENTSpermission to create scheduled events.MANAGE_EVENTSalone will no longer be sufficient.