mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs(MessageEmbed): document article embed type (#3846)
This commit is contained in:
@@ -14,11 +14,12 @@ class MessageEmbed {
|
|||||||
setup(data) { // eslint-disable-line complexity
|
setup(data) { // eslint-disable-line complexity
|
||||||
/**
|
/**
|
||||||
* The type of this embed, either:
|
* The type of this embed, either:
|
||||||
|
* * `rich` - a rich embed
|
||||||
* * `image` - an image embed
|
* * `image` - an image embed
|
||||||
* * `video` - a video embed
|
* * `video` - a video embed
|
||||||
* * `gifv` - a gifv embed
|
* * `gifv` - a gifv embed
|
||||||
|
* * `article` - an article embed
|
||||||
* * `link` - a link embed
|
* * `link` - a link embed
|
||||||
* * `rich` - a rich embed
|
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
this.type = data.type;
|
this.type = data.type;
|
||||||
|
|||||||
Reference in New Issue
Block a user