Skip to content

Commit 93ec470

Browse files
authored
CREATE_GUILD_EXPRESSIONS and CREATE_EVENTS permissions for 🤖 (#7991)
* Changelog for expressions/events perms * Remove no longer avail to devs
1 parent 8e84442 commit 93ec470

File tree

2 files changed

+73
-52
lines changed

2 files changed

+73
-52
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Guild Expressions and Events Permissions now available to developers"
3+
date: "2025-11-20"
4+
breaking: true
5+
---
6+
7+
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](/docs/change-log#clarification-on-permission-splits-for-expressions-and-events).
8+
9+
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**.
10+
11+
**Create Guild Expressions Permission**
12+
13+
- The `CREATE_GUILD_EXPRESSIONS` permission (`1 << 43`) was created in July 2023 and split from `MANAGE_GUILD_EXPRESSIONS` for users in December 2023.
14+
- As of today, bots now have access to the `CREATE_GUILD_EXPRESSIONS` permission.
15+
- 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.
16+
17+
**Create Events Permission**
18+
19+
- The `CREATE_EVENTS` permission (`1 << 44`) was created in July 2023 and split from `MANAGE_EVENTS` for users in December 2023.
20+
- As of today, bots now have access to the `CREATE_EVENTS` permission.
21+
- Starting on February 23, 2026, bots will need the `CREATE_EVENTS` permission to create scheduled events. `MANAGE_EVENTS` alone will no longer be sufficient.

0 commit comments

Comments
 (0)