diff --git a/deno/payloads/common.ts b/deno/payloads/common.ts index 91ae9639..bb9e27e7 100644 --- a/deno/payloads/common.ts +++ b/deno/payloads/common.ts @@ -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, /** diff --git a/payloads/common.ts b/payloads/common.ts index d57ce797..d6823807 100644 --- a/payloads/common.ts +++ b/payloads/common.ts @@ -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, /**