Skip to content

Commit e3a323a

Browse files
Document BYPASS_SLOWMODE permission + permission split (#8001)
* Add BYPASS_SLOWMODE permission * Add changelog * title * Update docs/change-log/2025-11-24-bypass-slow-mode-permission.md Co-authored-by: advaith <[email protected]> * Update docs/change-log/2025-11-24-bypass-slow-mode-permission.md Co-authored-by: advaith <[email protected]> --------- Co-authored-by: advaith <[email protected]>
1 parent d42695f commit e3a323a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "New BYPASS_SLOWMODE Permission & Permission Split"
3+
date: "2025-11-24"
4+
---
5+
6+
We have introduced a new permission: `BYPASS_SLOWMODE`. This permission allows designated roles or users to bypass slowmode restrictions in channels.
7+
8+
- The `BYPASS_SLOWMODE` permission (`1 << 52`) is being split from `MANAGE_MESSAGES`, `MANAGE_CHANNEL`, and `MANAGE_THREADS`.
9+
- Note: This primarily affects users, as bots are not affected by slowmode restrictions.
10+
- Starting on February 23, 2026, users will need the `BYPASS_SLOWMODE` permission to not be affected by slowmode restrictions.

docs/topics/permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
8484
| SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S |
8585
| USE_EXTERNAL_APPS | `0x0004000000000000` `(1 << 50)` | Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server. | T, V, S |
8686
| PIN_MESSAGES | `0x0008000000000000` `(1 << 51)` | Allows pinning and unpinning messages | T |
87+
| BYPASS_SLOWMODE | `0x0010000000000000` `(1 << 52)` | Allows bypassing slowmode restrictions | T, V, S |
8788

8889
| Channel Type (Abbreviated) | Description | Channel Types |
8990
|----------------------------|-------------|----------------------------------------------------------|

0 commit comments

Comments
 (0)