mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Message): fix return type for reply (#6720)
This commit is contained in:
@@ -749,7 +749,7 @@ class Message extends Base {
|
||||
/**
|
||||
* Send an inline reply to this message.
|
||||
* @param {string|MessagePayload|ReplyMessageOptions} options The options to provide
|
||||
* @returns {Promise<Message|Message[]>}
|
||||
* @returns {Promise<Message>}
|
||||
* @example
|
||||
* // Reply to a message
|
||||
* message.reply('This is a reply!')
|
||||
|
||||
Reference in New Issue
Block a user