From df9b67894ae62720e45be5d3ec99c98f8cb35601 Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Fri, 4 Jun 2021 03:38:40 +0530 Subject: [PATCH] docs(Message): fix content param in #edit not showing as nullable (#5748) --- src/structures/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 382a3f04a..a40fb9242 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -486,7 +486,7 @@ class Message extends Base { /** * Edits the content of the message. - * @param {?string|APIMessage} [content] The new content for the message + * @param {?(string|APIMessage)} [content] The new content for the message * @param {MessageEditOptions|MessageEmbed|MessageAttachment|MessageAttachment[]} [options] The options to provide * @returns {Promise} * @example