Skip to content

Commit e15b42a

Browse files
colinloretzshaydewael
authored andcommitted
Changelog: Clarification on Permission Splits for Expressions and Events (discord#6578)
* Rollback previous perm split changelog * Add dev note to CREATE_GUILD_EXPRESSIONS and CREATE_EVENTS
1 parent b3792b9 commit e15b42a

File tree

2 files changed

+67
-66
lines changed

2 files changed

+67
-66
lines changed

docs/Change_Log.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
4+
## Clarification on Permission Splits for Expressions and Events
5+
6+
#### December 15, 2023
7+
8+
> info
9+
> The existing behavior for `MANAGE_GUILD_EXPRESSIONS` and `MANAGE_EVENTS` will **not be changing**. These permissions will continue to allow your bot users to create, update and delete expressions/events. No action will be needed if you plan to continue using these permissions.
10+
11+
To support added controls for expressions and events, new [permissions](#DOCS_TOPICS_PERMISSIONS/permissions) were added for users and roles in July 2023:
12+
13+
* `CREATE_GUILD_EXPRESSIONS`: `1 << 43`
14+
* `CREATE_EVENTS`: `1 << 44`
15+
16+
These allow for creating new expressions and events, as well as editing and deleting those created by the current user.
17+
18+
> warn
19+
> These were rolled out in July 2023 to users and roles and have been added to our developer documentation but **are not yet available to app developers**. We will share an update here when these new permissions are available in your apps.
20+
321
## Experimenting with End-to-End Encryption for Voice & Video
422
#### Dec 1, 2023
523

@@ -124,23 +142,6 @@ The public spec can be found in the new [`discord-api-spec` repository on GitHub
124142

125143
Read the [media channel topic](#DOCS_TOPICS_THREADS/media-channels) for more information on the relevant APIs and technical details, or the [media channel Help Center Article](https://creator-support.discord.com/hc/en-us/articles/14346342766743) for more about the feature.
126144

127-
## Permission Splits for Expressions and Events
128-
129-
#### Jul 11, 2023
130-
131-
> danger
132-
> This entry includes breaking changes
133-
134-
> info
135-
> This documentation was unintentionally delayed from the release of the permission split.
136-
137-
The `MANAGE_GUILD_EXPRESSIONS` and `MANAGE_EVENTS` [permissions](#DOCS_TOPICS_PERMISSIONS/permissions) no longer allow for creating new expressions and events. New permissions have been added:
138-
139-
* `CREATE_GUILD_EXPRESSIONS`: `1 << 43`
140-
* `CREATE_EVENTS`: `1 << 44`
141-
142-
These allow for creating new expressions/events, as well as editing and deleting those created by the current user. They have been enabled by default for roles with the corresponding Manage permissions and for `@everyone` in small servers, and they are enabled by default for `@everyone` in new servers.
143-
144145
## Add Join Raid and Mention Raid fields
145146

146147
#### May 05, 2023

0 commit comments

Comments
 (0)