Skip to content

Commit

Permalink
docs(MessageReplyOptions): remove duplicate stickers field (#8766)
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
  • Loading branch information
advaith1 and SpaceEEC committed Oct 31, 2022
1 parent e7cbc1b commit 6e348ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/discord.js/src/structures/Message.js
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 6e348ff

Please sign in to comment.