mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 10:50:08 +00:00
chore(PermissionFlagsBits): mark BypassSlowmode as stable (#1456)
This commit is contained in:
4
deno/payloads/common.ts
generated
4
deno/payloads/common.ts
generated
@@ -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;
|
||||
|
||||
@@ -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