File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,10 @@ export enum MessageType {
788
788
GuildIncidentAlertModeDisabled ,
789
789
GuildIncidentReportRaid ,
790
790
GuildIncidentReportFalseAlarm ,
791
+
792
+ PurchaseNotification = 44 ,
793
+
794
+ PollResult = 46 ,
791
795
}
792
796
793
797
/**
@@ -1264,6 +1268,10 @@ export enum EmbedType {
1264
1268
* @unstable This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.
1265
1269
*/
1266
1270
AutoModerationMessage = 'auto_moderation_message' ,
1271
+ /**
1272
+ * Poll result embed
1273
+ */
1274
+ PollResult = 'poll_result' ,
1267
1275
}
1268
1276
1269
1277
/**
Original file line number Diff line number Diff line change @@ -773,6 +773,10 @@ export enum MessageType {
773
773
GuildIncidentAlertModeDisabled ,
774
774
GuildIncidentReportRaid ,
775
775
GuildIncidentReportFalseAlarm ,
776
+
777
+ PurchaseNotification = 44 ,
778
+
779
+ PollResult = 46 ,
776
780
}
777
781
778
782
/**
@@ -1231,6 +1235,10 @@ export enum EmbedType {
1231
1235
* @unstable This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.
1232
1236
*/
1233
1237
AutoModerationMessage = 'auto_moderation_message' ,
1238
+ /**
1239
+ * Poll result embed
1240
+ */
1241
+ PollResult = 'poll_result' ,
1234
1242
}
1235
1243
1236
1244
/**
Original file line number Diff line number Diff line change @@ -788,6 +788,10 @@ export enum MessageType {
788
788
GuildIncidentAlertModeDisabled ,
789
789
GuildIncidentReportRaid ,
790
790
GuildIncidentReportFalseAlarm ,
791
+
792
+ PurchaseNotification = 44 ,
793
+
794
+ PollResult = 46 ,
791
795
}
792
796
793
797
/**
@@ -1264,6 +1268,10 @@ export enum EmbedType {
1264
1268
* @unstable This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.
1265
1269
*/
1266
1270
AutoModerationMessage = 'auto_moderation_message' ,
1271
+ /**
1272
+ * Poll result embed
1273
+ */
1274
+ PollResult = 'poll_result' ,
1267
1275
}
1268
1276
1269
1277
/**
Original file line number Diff line number Diff line change @@ -773,6 +773,10 @@ export enum MessageType {
773
773
GuildIncidentAlertModeDisabled ,
774
774
GuildIncidentReportRaid ,
775
775
GuildIncidentReportFalseAlarm ,
776
+
777
+ PurchaseNotification = 44 ,
778
+
779
+ PollResult = 46 ,
776
780
}
777
781
778
782
/**
@@ -1231,6 +1235,10 @@ export enum EmbedType {
1231
1235
* @unstable This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.
1232
1236
*/
1233
1237
AutoModerationMessage = 'auto_moderation_message' ,
1238
+ /**
1239
+ * Poll result embed
1240
+ */
1241
+ PollResult = 'poll_result' ,
1234
1242
}
1235
1243
1236
1244
/**
You can’t perform that action at this time.
0 commit comments