Skip to content

Commit 8ed5c1b

Browse files
docs: Specify ActionRowBuilder for components (#8834)
docs: `ActionRowBuilder` for `components` Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 09f65b7 commit 8ed5c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/src/structures/interfaces/TextBasedChannel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class TextBasedChannel {
6161
* (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) for more details)
6262
* @property {Array<JSONEncodable<AttachmentPayload>>|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files]
6363
* The files to send with the message.
64-
* @property {ActionRow[]|ActionRowOptions[]} [components]
64+
* @property {ActionRow[]|ActionRowBuilder[]} [components]
6565
* Action rows containing interactive components for the message (buttons, select menus)
6666
*/
6767

0 commit comments

Comments
 (0)