docs(Message): fix return type for reply (#6720)

This commit is contained in:
cherryblossom000
2021-10-02 21:40:15 +10:00
committed by GitHub
parent 531b46c60d
commit 3f1100976f

View File

@@ -749,7 +749,7 @@ class Message extends Base {
/** /**
* Send an inline reply to this message. * Send an inline reply to this message.
* @param {string|MessagePayload|ReplyMessageOptions} options The options to provide * @param {string|MessagePayload|ReplyMessageOptions} options The options to provide
* @returns {Promise<Message|Message[]>} * @returns {Promise<Message>}
* @example * @example
* // Reply to a message * // Reply to a message
* message.reply('This is a reply!') * message.reply('This is a reply!')