We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cbc1b commit 6e348ffCopy full SHA for 6e348ff
packages/discord.js/src/structures/Message.js
@@ -769,7 +769,6 @@ class Message extends Base {
769
/**
770
* Options provided when sending a message as an inline reply.
771
* @typedef {BaseMessageCreateOptions} MessageReplyOptions
772
- * @property {StickerResolvable[]} [stickers=[]] The stickers to send in the message
773
* @property {boolean} [failIfNotExists=this.client.options.failIfNotExists] Whether to error if the referenced
774
* message does not exist (creates a standard message in this case when false)
775
* @property {StickerResolvable[]} [stickers=[]] Stickers to send in the message
0 commit comments