mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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:
@@ -30,7 +30,7 @@ class MessageAttachment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the file of this attachment.
|
||||
* Sets the file of this attachment.
|
||||
* @param {BufferResolvable|Stream} file The file
|
||||
* @param {string} name The name of the file
|
||||
* @returns {MessageAttachment} This attachment
|
||||
@@ -41,7 +41,7 @@ class MessageAttachment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the file of this attachment.
|
||||
* Sets the file of this attachment.
|
||||
* @param {BufferResolvable|Stream} attachment The file
|
||||
* @returns {MessageAttachment} This attachment
|
||||
*/
|
||||
@@ -51,7 +51,7 @@ class MessageAttachment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the name of this attachment.
|
||||
* Sets the name of this attachment.
|
||||
* @param {string} name The name of the image
|
||||
* @returns {MessageAttachment} This attachment
|
||||
*/
|
||||
@@ -61,7 +61,7 @@ class MessageAttachment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the file of this attachment.
|
||||
* Sets the file of this attachment.
|
||||
* @param {BufferResolvable|Stream} file The file
|
||||
* @param {string} name The name of the file
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user