|
| 1 | +--- |
| 2 | +title: "Permission Changes Going into Effect February 2026 for PIN_MESSAGES, BYPASS_SLOWMODE, CREATE_GUILD_EXPRESSIONS, and CREATE_EVENTS" |
| 3 | +date: "2025-11-24" |
| 4 | +breaking: true |
| 5 | +--- |
| 6 | + |
| 7 | +We have some important permission changes that will take effect in February 2026. |
| 8 | + |
| 9 | +The introduction of the following permissions were non-breaking changes. |
| 10 | + |
| 11 | +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. |
| 12 | + |
| 13 | +### What's Changing? |
| 14 | + |
| 15 | +**1. Pin Messages Permission** |
| 16 | + |
| 17 | +- The `PIN_MESSAGES` permission (`1 << 51`) was split from `MANAGE_MESSAGES` on August 20, 2025. |
| 18 | +- [Read the change log](/docs/change-log#pin-permission-split). |
| 19 | +- Starting February 23, 2026, users and bots will need the `PIN_MESSAGES` permission to pin messages. `MANAGE_MESSAGES` alone will no longer be sufficient. |
| 20 | + |
| 21 | +**2. Bypass Slowmode Permission** |
| 22 | + |
| 23 | +- The `BYPASS_SLOWMODE` permission (`1 << 52`) is being split from `MANAGE_MESSAGES`, `MANAGE_CHANNEL`, and `MANAGE_THREADS`. |
| 24 | +- [Read the change log](/docs/change-log#new-bypassslowmode-permission-permission-split). |
| 25 | +- Note: This primarily affects users, as bots are not affected by slowmode restrictions. |
| 26 | +- Starting on February 23, 2026, users will need the `BYPASS_SLOWMODE` permission to not be affected by slowmode restrictions. |
| 27 | + |
| 28 | +**3. Create Expressions Permission** |
| 29 | + |
| 30 | +- The `CREATE_GUILD_EXPRESSIONS` permission (`1 << 43`) was created in July 2023 and split from `MANAGE_GUILD_EXPRESSIONS` for users in December 2023. [Read the change log](/docs/change-log#clarification-on-permission-splits-for-expressions-and-events). |
| 31 | +- As of today, bots now have access to the `CREATE_GUILD_EXPRESSIONS` permission. |
| 32 | +- [Read the change log](/docs/change-log#guild-expressions-and-events-permissions-now-available-to-developers). |
| 33 | +- Starting on February 23, 2026, bots will need the `CREATE_GUILD_EXPRESSIONS` permission to create custom emoji and stickers. `MANAGE_GUILD_EXPRESSIONS` alone will no longer be sufficient. |
| 34 | + |
| 35 | +**4. Create Events Permission** |
| 36 | + |
| 37 | +- The `CREATE_EVENTS` permission (`1 << 44`) was created in July 2023 and split from `MANAGE_EVENTS` for users in December 2023. [Read the change log](/docs/change-log#clarification-on-permission-splits-for-expressions-and-events). |
| 38 | +- As of today, bots now have access to the `CREATE_EVENTS` permission. |
| 39 | +- [Read the change log](/docs/change-log#guild-expressions-and-events-permissions-now-available-to-developers). |
| 40 | +- Starting on February 23, 2026, bots will need the `CREATE_EVENTS` permission to create scheduled events. `MANAGE_EVENTS` alone will no longer be sufficient. |
| 41 | + |
| 42 | +### What Do You Need to Do? |
| 43 | + |
| 44 | +If your bot performs any of the following actions, please review and update your bot's permission requests before February 23, 2026: |
| 45 | + |
| 46 | +- **Pins messages:** Request the `Pin Messages` permission |
| 47 | +- **Creates custom emoji or stickers:** Request the `Create Expressions` permission |
| 48 | +- **Creates scheduled events:** Request the `Create Events` permission |
| 49 | + |
| 50 | +These changes are designed to give server administrators more control over what bots and users can do, ensuring better security and permission management. |
0 commit comments