docs(MessageEmbed): add missing type value (#3106)

This commit is contained in:
Linn Dahlgren
2019-02-23 10:05:04 +01:00
committed by SpaceEEC
parent 73be952406
commit 4d3f76656a

View File

@@ -16,6 +16,7 @@ class MessageEmbed {
* The type of this embed, either:
* * `image` - an image embed
* * `video` - a video embed
* * `gifv` - a gifv embed
* * `link` - a link embed
* * `rich` - a rich embed
* @type {string}