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