Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSegal855 committed Nov 12, 2023
1 parent 7c809e0 commit 230395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interaction-handlers/rollImport/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class rollImport extends InteractionHandler {
new ActionRowBuilder<ButtonBuilder>()
.addComponents(row.components.map(button =>
new ButtonBuilder({
...button.data,
...button.data,
type: ComponentType.Button,
disabled: button.disabled || importAll || button.customId?.includes(type)
})
Expand Down

0 comments on commit 230395d

Please sign in to comment.