docs(Message): fix content param in #edit not showing as nullable (#5748)

This commit is contained in:
Shubham Parihar
2021-06-04 03:38:40 +05:30
committed by GitHub
parent 43fc40e9b4
commit df9b67894a

View File

@@ -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<Message>}
* @example