diff --git a/packages/discord.js/src/structures/Message.js b/packages/discord.js/src/structures/Message.js index 407ede4f3fd8..854a329ba349 100644 --- a/packages/discord.js/src/structures/Message.js +++ b/packages/discord.js/src/structures/Message.js @@ -813,7 +813,7 @@ class Message extends Base { /** * Options provided when sending a message as an inline reply. - * @typedef {BaseMessageCreateOptions} MessageReplyOptions + * @typedef {BaseMessageOptions} 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