mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -387,7 +387,7 @@ class MessageEmbed {
|
||||
|
||||
/**
|
||||
* Transforms the embed to a plain object.
|
||||
* @returns {Object} The raw data of this embed
|
||||
* @returns {APIEmbed} The raw data of this embed
|
||||
*/
|
||||
toJSON() {
|
||||
return {
|
||||
@@ -457,3 +457,8 @@ class MessageEmbed {
|
||||
}
|
||||
|
||||
module.exports = MessageEmbed;
|
||||
|
||||
/**
|
||||
* @external APIEmbed
|
||||
* @see {@link https://discord.com/developers/docs/resources/channel#embed-object}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user