fix: add components to MessageOption typedefs (#5768)

This commit is contained in:
monbrey
2021-06-07 18:32:50 +10:00
committed by GitHub
parent dec191aa1e
commit 657635c1c0
3 changed files with 6 additions and 0 deletions

View File

@@ -537,6 +537,8 @@ class Message extends Base {
* @property {MessageAttachment[]} [attachments] An array of attachments to keep,
* all attachments will be kept if omitted
* @property {FileOptions[]|BufferResolvable[]|MessageAttachment[]} [files] Files to add to the message
* @property {MessageActionRow[]} [components] Action rows containing interactive components for the message
* (buttons, select menus)
*/
/**