fix: update message type with new types

This commit is contained in:
Skillz4Killz
2023-03-29 15:46:31 +02:00
committed by ITOH
parent cac84204c3
commit bb57e39fed
+7
View File
@@ -339,6 +339,13 @@ export enum MessageTypes {
GuildInviteReminder,
ContextMenuCommand,
AutoModerationAction,
RoleSubscriptionPurchase,
InteractionPremiumUpsell,
StageStart,
StageEnd,
StageSpeaker,
StageTopic = 31,
GuildApplicationPremiumSubscription,
}
/** https://discord.com/developers/docs/resources/channel#message-object-message-activity-types */