docs: add external builder docs links (#7390)

This commit is contained in:
Suneet Tipirneni
2022-02-02 16:10:03 -05:00
committed by GitHub
parent 4abb28c0a1
commit 0b866c9fb2
4 changed files with 28 additions and 3 deletions

View File

@@ -644,7 +644,7 @@ 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[]|MessageActionRowOptions[]} [components]
* @property {ActionRow[]|ActionRowOptions[]} [components]
* Action rows containing interactive components for the message (buttons, select menus)
*/