1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-01 06:48:51 +00:00

Discord: Added Link embed type

This commit is contained in:
diamondburned (Forefront) 2020-02-21 23:05:35 -08:00
parent 40948b9445
commit a44cdcc34a

View file

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