mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs: fix attachFiles() docs (#2267)
* docs change * fix attachFiles docs * why was this still here
This commit is contained in:
@@ -193,7 +193,7 @@ class MessageEmbed {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the file to upload alongside the embed. This file can be accessed via `attachment://fileName.extension` when
|
* Sets the file to upload alongside the embed. This file can be accessed via `attachment://fileName.extension` when
|
||||||
* setting an embed image or author/footer icons. Only one file may be attached.
|
* setting an embed image or author/footer icons. Multiple files can be attached.
|
||||||
* @param {Array<FileOptions|string|MessageAttachment>} files Files to attach
|
* @param {Array<FileOptions|string|MessageAttachment>} files Files to attach
|
||||||
* @returns {MessageEmbed}
|
* @returns {MessageEmbed}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user