mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-07-21 21:52:54 +00:00
chore(PermissionFlagsBits): mark BypassSlowmode as stable (#1456)
This commit is contained in:
Generated
+2
-2
@@ -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;
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user