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