Discord: Added Link embed type

This commit is contained in:
diamondburned (Forefront) 2020-02-21 23:05:35 -08:00
parent 40948b9445
commit a44cdcc34a
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ type EmbedType string
const (
NormalEmbed EmbedType = "rich"
LinkEmbed EmbedType = "link"
ImageEmbed EmbedType = "image"
VideoEmbed EmbedType = "video"
// Undocumented