Permission Split Update + Timeline #8002
Merged
+50
−0
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.
We have some important permission changes that will take effect in February 2026.
The introduction of the following permissions were non-breaking changes.
However, the breaking changes described below - where the old permissions will no longer grant these abilities - will take effect on February 23, 2026. These changes involve a few permissions that we split from their original permission to provide more granular control over bot and user actions.
What's Changing?
1. Pin Messages Permission
PIN_MESSAGESpermission (1 << 51) was split fromMANAGE_MESSAGESon August 20, 2025.PIN_MESSAGESpermission to pin messages.MANAGE_MESSAGESalone will no longer be sufficient.2. Bypass Slowmode Permission
BYPASS_SLOWMODEpermission (1 << 52) is being split fromMANAGE_MESSAGES,MANAGE_CHANNELandMANAGE_THREADS.BYPASS_SLOWMODEpermission to not be affected by slowmode restrictions.3. Create Expressions Permission
CREATE_GUILD_EXPRESSIONSpermission (1 << 43) was created in July 2023 and split fromMANAGE_GUILD_EXPRESSIONSfor users in December 2023. Read the change log.CREATE_GUILD_EXPRESSIONSpermission.CREATE_GUILD_EXPRESSIONSpermission to create custom emoji and stickers.MANAGE_GUILD_EXPRESSIONSalone will no longer be sufficient.4. Create Events Permission
CREATE_EVENTSpermission (1 << 44) was created in July 2023 and split fromMANAGE_EVENTSfor users in December 2023. Read the change log.CREATE_EVENTSpermission.CREATE_EVENTSpermission to create scheduled events.MANAGE_EVENTSalone will no longer be sufficient.What Do You Need to Do?
If your bot performs any of the following actions, please review and update your bot's permission requests before February 23, 2026:
Pin MessagespermissionCreate ExpressionspermissionCreate EventspermissionThese changes are designed to give server administrators more control over what bots and users can do, ensuring better security and permission management.