mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
docs: fix attachFiles() docs (#2267)
* docs change * fix attachFiles docs * why was this still here
This commit is contained in:
parent
c125cc9c10
commit
19591b0bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class MessageEmbed {
|
|||
|
||||
/**
|
||||
* 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
|
||||
* @returns {MessageEmbed}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue