diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index c89a48e9..616f848a 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -701,25 +701,10 @@ export enum MessageType { AutoModerationAction, RoleSubscriptionPurchase, InteractionPremiumUpsell, - /** - * @unstable - */ StageStart, - /** - * @unstable - */ StageEnd, - /** - * @unstable - */ StageSpeaker, - /** - * @unstable - */ StageRaiseHand, - /** - * @unstable - */ StageTopic, GuildApplicationPremiumSubscription, } diff --git a/deno/payloads/v9/channel.ts b/deno/payloads/v9/channel.ts index 107e26c1..7d15fe4b 100644 --- a/deno/payloads/v9/channel.ts +++ b/deno/payloads/v9/channel.ts @@ -687,25 +687,10 @@ export enum MessageType { AutoModerationAction, RoleSubscriptionPurchase, InteractionPremiumUpsell, - /** - * @unstable - */ StageStart, - /** - * @unstable - */ StageEnd, - /** - * @unstable - */ StageSpeaker, - /** - * @unstable - */ StageRaiseHand, - /** - * @unstable - */ StageTopic, GuildApplicationPremiumSubscription, } diff --git a/payloads/v10/channel.ts b/payloads/v10/channel.ts index 0c4dcf70..b200f160 100644 --- a/payloads/v10/channel.ts +++ b/payloads/v10/channel.ts @@ -701,25 +701,10 @@ export enum MessageType { AutoModerationAction, RoleSubscriptionPurchase, InteractionPremiumUpsell, - /** - * @unstable - */ StageStart, - /** - * @unstable - */ StageEnd, - /** - * @unstable - */ StageSpeaker, - /** - * @unstable - */ StageRaiseHand, - /** - * @unstable - */ StageTopic, GuildApplicationPremiumSubscription, } diff --git a/payloads/v9/channel.ts b/payloads/v9/channel.ts index 0a1274e1..c5ff75a6 100644 --- a/payloads/v9/channel.ts +++ b/payloads/v9/channel.ts @@ -687,25 +687,10 @@ export enum MessageType { AutoModerationAction, RoleSubscriptionPurchase, InteractionPremiumUpsell, - /** - * @unstable - */ StageStart, - /** - * @unstable - */ StageEnd, - /** - * @unstable - */ StageSpeaker, - /** - * @unstable - */ StageRaiseHand, - /** - * @unstable - */ StageTopic, GuildApplicationPremiumSubscription, }