We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13fad5 commit b06f2e7Copy full SHA for b06f2e7
discord/embed.go
@@ -7,12 +7,13 @@ type EmbedType string
7
8
// Constants for EmbedType
9
const (
10
- EmbedTypeRich EmbedType = "rich"
11
- EmbedTypeImage EmbedType = "image"
12
- EmbedTypeVideo EmbedType = "video"
13
- EmbedTypeGifV EmbedType = "rich"
14
- EmbedTypeArticle EmbedType = "article"
15
- EmbedTypeLink EmbedType = "link"
+ EmbedTypeRich EmbedType = "rich"
+ EmbedTypeImage EmbedType = "image"
+ EmbedTypeVideo EmbedType = "video"
+ EmbedTypeGifV EmbedType = "gifv"
+ EmbedTypeArticle EmbedType = "article"
+ EmbedTypeLink EmbedType = "link"
16
+ EmbedTypeAutoModerationMessage EmbedType = "auto_moderation_message"
17
)
18
19
// Embed allows you to send embeds to discord
0 commit comments