From a4ab58122bdcf8947fec9ca08eabe43b6ee3a66e Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 20 Mar 2022 15:22:00 +0000 Subject: [PATCH] BREAKING: rename permission. Closes #2074 --- types/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/shared.ts b/types/shared.ts index e1084af0d..e8ee1c2d8 100644 --- a/types/shared.ts +++ b/types/shared.ts @@ -555,7 +555,7 @@ export enum BitwisePermissionFlags { /** Allows for sending messages in threads */ SEND_MESSAGES_IN_THREADS = 0x0000004000000000, /** Allows for launching activities (applications with the `EMBEDDED` flag) in a voice channel. */ - START_EMBEDDED_ACTIVITIES = 0x0000008000000000, + USE_EMBEDDED_ACTIVITIES = 0x0000008000000000, /** Allows for timing out users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels */ MODERATE_MEMBERS = 0x0000010000000000, }