diff --git a/src/structures/MessagePayload.js b/src/structures/MessagePayload.js index f3e9671c1..c3c9a775e 100644 --- a/src/structures/MessagePayload.js +++ b/src/structures/MessagePayload.js @@ -209,7 +209,7 @@ class MessagePayload { /** * Resolves a single file into an object sendable to the API. * @param {BufferResolvable|Stream|FileOptions|MessageAttachment} fileLike Something that could be resolved to a file - * @returns {MessageFile} + * @returns {Promise} */ static async resolveFile(fileLike) { let attachment;