mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
docs(MessageEmbed): document article embed type (#3846)
This commit is contained in:
parent
6109669c97
commit
31a3a86ebc
1 changed files with 2 additions and 1 deletions
|
|
@ -14,11 +14,12 @@ class MessageEmbed {
|
|||
setup(data) { // eslint-disable-line complexity
|
||||
/**
|
||||
* The type of this embed, either:
|
||||
* * `rich` - a rich embed
|
||||
* * `image` - an image embed
|
||||
* * `video` - a video embed
|
||||
* * `gifv` - a gifv embed
|
||||
* * `article` - an article embed
|
||||
* * `link` - a link embed
|
||||
* * `rich` - a rich embed
|
||||
* @type {string}
|
||||
*/
|
||||
this.type = data.type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue