chore(PermissionFlagsBits): mark UseExternalSounds as stable (#770)

This commit is contained in:
Almeida
2023-05-25 22:53:47 +01:00
committed by GitHub
parent 30fb4978b7
commit da09a267d1
2 changed files with 6 additions and 2 deletions

View File

@@ -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,
/**

View File

@@ -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,
/**