mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-03-23 18:39:35 +00:00
Discord: Added Link embed type
This commit is contained in:
parent
40948b9445
commit
a44cdcc34a
|
@ -123,6 +123,7 @@ type EmbedType string
|
|||
|
||||
const (
|
||||
NormalEmbed EmbedType = "rich"
|
||||
LinkEmbed EmbedType = "link"
|
||||
ImageEmbed EmbedType = "image"
|
||||
VideoEmbed EmbedType = "video"
|
||||
// Undocumented
|
||||
|
|
Loading…
Reference in a new issue