We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ActionRowBuilder
components
1 parent 09f65b7 commit 8ed5c1bCopy full SHA for 8ed5c1b
packages/discord.js/src/structures/interfaces/TextBasedChannel.js
@@ -61,7 +61,7 @@ class TextBasedChannel {
61
* (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) for more details)
62
* @property {Array<JSONEncodable<AttachmentPayload>>|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files]
63
* The files to send with the message.
64
- * @property {ActionRow[]|ActionRowOptions[]} [components]
+ * @property {ActionRow[]|ActionRowBuilder[]} [components]
65
* Action rows containing interactive components for the message (buttons, select menus)
66
*/
67
0 commit comments