diff --git a/Sources/DiscordKitCore/Objects/Data/Embed.swift b/Sources/DiscordKitCore/Objects/Data/Embed.swift index a73fb375f..d41be4590 100644 --- a/Sources/DiscordKitCore/Objects/Data/Embed.swift +++ b/Sources/DiscordKitCore/Objects/Data/Embed.swift @@ -14,7 +14,8 @@ public enum EmbedType: String, Codable { case gifVid = "gifv" // GIF rendered as video case article = "article" case link = "link" - case autoMod = "auto_moderation_message" + case autoModAlert = "auto_moderation_message" + case autoModNotif = "auto_moderation_notification" } public struct Embed: Codable, Identifiable, Equatable, Hashable {