refactor(MessageType): remove @unstable stage message types (#718)

This commit is contained in:
Jiralite
2023-02-15 22:53:21 +02:00
committed by GitHub
parent 20153f6fe2
commit b1446279a8
4 changed files with 0 additions and 60 deletions
-15
View File
@@ -701,25 +701,10 @@ export enum MessageType {
AutoModerationAction,
RoleSubscriptionPurchase,
InteractionPremiumUpsell,
/**
* @unstable
*/
StageStart,
/**
* @unstable
*/
StageEnd,
/**
* @unstable
*/
StageSpeaker,
/**
* @unstable
*/
StageRaiseHand,
/**
* @unstable
*/
StageTopic,
GuildApplicationPremiumSubscription,
}
-15
View File
@@ -687,25 +687,10 @@ export enum MessageType {
AutoModerationAction,
RoleSubscriptionPurchase,
InteractionPremiumUpsell,
/**
* @unstable
*/
StageStart,
/**
* @unstable
*/
StageEnd,
/**
* @unstable
*/
StageSpeaker,
/**
* @unstable
*/
StageRaiseHand,
/**
* @unstable
*/
StageTopic,
GuildApplicationPremiumSubscription,
}
-15
View File
@@ -701,25 +701,10 @@ export enum MessageType {
AutoModerationAction,
RoleSubscriptionPurchase,
InteractionPremiumUpsell,
/**
* @unstable
*/
StageStart,
/**
* @unstable
*/
StageEnd,
/**
* @unstable
*/
StageSpeaker,
/**
* @unstable
*/
StageRaiseHand,
/**
* @unstable
*/
StageTopic,
GuildApplicationPremiumSubscription,
}
-15
View File
@@ -687,25 +687,10 @@ export enum MessageType {
AutoModerationAction,
RoleSubscriptionPurchase,
InteractionPremiumUpsell,
/**
* @unstable
*/
StageStart,
/**
* @unstable
*/
StageEnd,
/**
* @unstable
*/
StageSpeaker,
/**
* @unstable
*/
StageRaiseHand,
/**
* @unstable
*/
StageTopic,
GuildApplicationPremiumSubscription,
}