chore(PermissionFlagsBits): mark BypassSlowmode as stable (#1456)

This commit is contained in:
Danial Raza
2025-11-30 13:40:06 +01:00
committed by GitHub
parent 6579f2c9c5
commit b6f328aa0f
2 changed files with 4 additions and 4 deletions

View File

@@ -295,9 +295,9 @@ export const PermissionFlagsBits = {
*/
PinMessages: 1n << 51n,
/**
* @unstable Allows for bypassing slowmode restrictions. Not (yet) documented.
* Allows bypassing slowmode restrictions
*
* Applies to text-based and thread-based channel types.
* Applies to channel types: Text, Voice, Stage
*/
BypassSlowmode: 1n << 52n,
} as const;

View File

@@ -295,9 +295,9 @@ export const PermissionFlagsBits = {
*/
PinMessages: 1n << 51n,
/**
* @unstable Allows for bypassing slowmode restrictions. Not (yet) documented.
* Allows bypassing slowmode restrictions
*
* Applies to text-based and thread-based channel types.
* Applies to channel types: Text, Voice, Stage
*/
BypassSlowmode: 1n << 52n,
} as const;