Skip to content

Commit

Permalink
chore(PermissionFlagsBits): mark UseExternalSounds as stable (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx authored May 25, 2023
1 parent 30fb497 commit da09a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deno/payloads/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ export const PermissionFlagsBits = {
*/
UseSoundboard: 1n << 42n,
/**
* @unstable This permission flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Allows the usage of custom soundboard sounds from other servers
*
* Applies to channel types: Voice
*/
UseExternalSounds: 1n << 45n,
/**
Expand Down
4 changes: 3 additions & 1 deletion payloads/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ export const PermissionFlagsBits = {
*/
UseSoundboard: 1n << 42n,
/**
* @unstable This permission flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Allows the usage of custom soundboard sounds from other servers
*
* Applies to channel types: Voice
*/
UseExternalSounds: 1n << 45n,
/**
Expand Down

1 comment on commit da09a26

@vercel
Copy link

@vercel vercel bot commented on da09a26 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.