From 829cf0503697db1afaa7175e277dc67ae5cd0960 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 15 Nov 2022 06:43:59 +0000 Subject: [PATCH] docs: `ActionRowBuilder` for `components` --- .../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) */