chore(Typings): fix WebhookEditMessageOptions not having attachments (#6430)

This commit is contained in:
Milo
2021-08-17 23:49:26 +03:00
committed by GitHub
parent a4b8623b60
commit 76cf52cd0d
3 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class TextBasedChannel {
* @property {MessageActionRow[]|MessageActionRowOptions[]} [components]
* Action rows containing interactive components for the message (buttons, select menus)
* @property {StickerResolvable[]} [stickers=[]] Stickers to send in the message
* @property {MessageAttachment[]} [attachments] Attachments to send in the message
*/
/**