From 8ed5c1beb622f71ce0bd89e4cbeff50e464da8fe Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 19 Nov 2022 21:50:04 +0000 Subject: [PATCH] docs: Specify `ActionRowBuilder` for `components` (#8834) docs: `ActionRowBuilder` for `components` Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../discord.js/src/structures/interfaces/TextBasedChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js index b769f4d4af88..8de15805b1b1 100644 --- a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js +++ b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js @@ -61,7 +61,7 @@ class TextBasedChannel { * (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) for more details) * @property {Array>|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files] * The files to send with the message. - * @property {ActionRow[]|ActionRowOptions[]} [components] + * @property {ActionRow[]|ActionRowBuilder[]} [components] * Action rows containing interactive components for the message (buttons, select menus) */