Skip to content

Commit

Permalink
Fixed MessageReplyOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
BoogeyMan24 committed Mar 27, 2023
1 parent b8b852e commit 76b3a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/discord.js/src/structures/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,9 @@ class Message extends Base {

/**
* Options provided when sending a message as an inline reply.
* @typedef {BaseMessageCreateOptions} MessageReplyOptions
* @typedef {MessageCreateOptions} MessageReplyOptions
* @property {boolean} [failIfNotExists=this.client.options.failIfNotExists] Whether to error if the referenced
* message does not exist (creates a standard message in this case when false)
* @property {StickerResolvable[]} [stickers=[]] Stickers to send in the message
*/

/**
Expand Down

0 comments on commit 76b3a20

Please sign in to comment.