Skip to content

Commit

Permalink
docs(MessageReplyOptions): remove duplicate stickers field
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Oct 18, 2022
1 parent 7083df7 commit dc35b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/discord.js/src/structures/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ class Message extends Base {
/**
* Options provided when sending a message as an inline reply.
* @typedef {BaseMessageCreateOptions} MessageReplyOptions
* @property {StickerResolvable[]} [stickers=[]] The stickers to send in the message
* @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 dc35b09

Please sign in to comment.