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.
1 parent 8980856 commit cb7d111Copy full SHA for cb7d111
src/features/applications/update-applications.ts
@@ -32,7 +32,7 @@ class UpdateApplicationInfoAction extends InstructionsReadyAction {
32
new ActionRowBuilder<MessageActionRowComponentBuilder>({
33
type: 1,
34
components: [
35
- applicationCommandButton.getButtonBuilder(ButtonStyle.Secondary),
+ applicationCommandButton.getButtonBuilder(ButtonStyle.Primary),
36
],
37
}),
38
0 commit comments