types(WebhookMessageOptions): disallow stickers (#7012)

This commit is contained in:
Rodry
2021-11-23 09:27:03 +00:00
committed by GitHub
parent 77aff08345
commit 099536ee60
3 changed files with 3 additions and 2 deletions

View File

@@ -758,6 +758,7 @@ class Message extends Base {
* @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 {StickerResolvable[]} [stickers=[]] Stickers to send in the message
*/
/**