Skip to content

Commit cb7d111

Browse files
committed
feat: make the button red
1 parent 8980856 commit cb7d111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/applications/update-applications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class UpdateApplicationInfoAction extends InstructionsReadyAction {
3232
new ActionRowBuilder<MessageActionRowComponentBuilder>({
3333
type: 1,
3434
components: [
35-
applicationCommandButton.getButtonBuilder(ButtonStyle.Secondary),
35+
applicationCommandButton.getButtonBuilder(ButtonStyle.Primary),
3636
],
3737
}),
3838
],

0 commit comments

Comments
 (0)