refactor!: remove redundant API defaults (#7449)

This commit is contained in:
Rodry
2022-02-13 11:29:22 +00:00
committed by GitHub
parent 94bf727cc3
commit 532846b1f8
8 changed files with 20 additions and 20 deletions

View File

@@ -757,8 +757,8 @@ class Message extends Base {
/**
* Options provided when sending a message as an inline reply.
* @typedef {BaseMessageOptions} ReplyMessageOptions
* @property {boolean} [failIfNotExists=true] Whether to error if the referenced message
* does not exist (creates a standard message in this case when false)
* @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
*/