Skip to content

Commit b6f328a

Browse files
authored
chore(PermissionFlagsBits): mark BypassSlowmode as stable (#1456)
1 parent 6579f2c commit b6f328a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deno/payloads/common.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payloads/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ export const PermissionFlagsBits = {
295295
*/
296296
PinMessages: 1n << 51n,
297297
/**
298-
* @unstable Allows for bypassing slowmode restrictions. Not (yet) documented.
298+
* Allows bypassing slowmode restrictions
299299
*
300-
* Applies to text-based and thread-based channel types.
300+
* Applies to channel types: Text, Voice, Stage
301301
*/
302302
BypassSlowmode: 1n << 52n,
303303
} as const;

0 commit comments

Comments
 (0)