From 19591b0bb190bb091dee3b3f5321f3c9e89f12aa Mon Sep 17 00:00:00 2001 From: Michel Nguyen Date: Thu, 18 Jan 2018 07:42:05 +0100 Subject: [PATCH] docs: fix attachFiles() docs (#2267) * docs change * fix attachFiles docs * why was this still here --- src/structures/MessageEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index 9c8271372..de3ceddf7 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -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} files Files to attach * @returns {MessageEmbed} */