mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(MessageEmbed): add missing type value (#3106)
This commit is contained in:
parent
73be952406
commit
4d3f76656a
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue