Skip to content

Commit

Permalink
docs(Message): fix return type for reply (#6720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryblossom000 authored Oct 2, 2021
1 parent 531b46c commit 3f11009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
Expand Down

0 comments on commit 3f11009

Please sign in to comment.