mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Various documentation adjustments (#2001)
* docs(various): Add "at" to createdAt description * docs(Client): Adjust to fit with guilds property * docs(various): Adjust phrasing & fix typos * docs(various): Clarifications * docs(Permissions): fix numerus * docs(DataStore): capitalize DataStore * docs(various): Formatting changes * docs(Presence): Expand RichPresenceAssets docs * Add space
This commit is contained in:
@@ -148,7 +148,7 @@ class MessageEmbed {
|
||||
}
|
||||
|
||||
/**
|
||||
* The date this embed was created
|
||||
* The date this embed was created at
|
||||
* @type {?Date}
|
||||
* @readonly
|
||||
*/
|
||||
@@ -254,7 +254,7 @@ class MessageEmbed {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the image of this embed.
|
||||
* Sets the image of this embed.
|
||||
* @param {string} url The URL of the image
|
||||
* @returns {MessageEmbed}
|
||||
*/
|
||||
@@ -264,7 +264,7 @@ class MessageEmbed {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the thumbnail of this embed.
|
||||
* Sets the thumbnail of this embed.
|
||||
* @param {string} url The URL of the thumbnail
|
||||
* @returns {MessageEmbed}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user