Skip to content

Commit f4134c4

Browse files
patch(embed)!: add autoMod embed types
1 parent 13552ae commit f4134c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/DiscordKitCore/Objects/Data/Embed.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public enum EmbedType: String, Codable {
1414
case gifVid = "gifv" // GIF rendered as video
1515
case article = "article"
1616
case link = "link"
17-
case autoMod = "auto_moderation_message"
17+
case autoModAlert = "auto_moderation_message"
18+
case autoModNotif = "auto_moderation_notification"
1819
}
1920

2021
public struct Embed: Codable, Identifiable, Equatable, Hashable {

0 commit comments

Comments
 (0)