docs: fix attachFiles() docs (#2267)

* docs change

* fix attachFiles docs

* why was this still here
This commit is contained in:
Michel Nguyen
2018-01-18 07:42:05 +01:00
committed by Crawl
parent c125cc9c10
commit 19591b0bb1

View File

@@ -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}
*/