Skip to content

Commit 8c5bbee

Browse files
committed
Fix context menus and buttons
1 parent bb93fb5 commit 8c5bbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modals/rows/SimpleActionRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default class SimpleActionRow extends ActionRowBuilder {
66
*/
77
constructor(input) {
88
super();
9-
this.addComponents(...input);
9+
this.addComponents(input);
1010
}
1111
}

0 commit comments

Comments
 (0)