Skip to content

Commit

Permalink
patch(embed)!: add autoMod embed types
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAlgorithm committed Mar 18, 2024
1 parent 13552ae commit f4134c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/DiscordKitCore/Objects/Data/Embed.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f4134c4

Please sign in to comment.