From da09a267d16704492d72b81522c7fc7b5c4f62b9 Mon Sep 17 00:00:00 2001 From: Almeida Date: Thu, 25 May 2023 22:53:47 +0100 Subject: [PATCH] chore(PermissionFlagsBits): mark `UseExternalSounds` as stable (#770) --- deno/payloads/common.ts | 4 +++- payloads/common.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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, /**