From 7c2e85d286e88bfe047943ac6af3501715d4d11d Mon Sep 17 00:00:00 2001 From: GhomKrosmonaute Date: Tue, 22 Oct 2024 17:38:27 +0200 Subject: [PATCH] updated the fuding button --- src/commands/info.native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/info.native.ts b/src/commands/info.native.ts index c9c038d..4bcb7f4 100644 --- a/src/commands/info.native.ts +++ b/src/commands/info.native.ts @@ -157,7 +157,7 @@ export default new app.Command({ new app.ButtonBuilder() .setLabel("Fund me") .setEmoji("💖") - .setStyle(app.ButtonStyle.Primary) + .setStyle(app.ButtonStyle.Link) .setURL(fundingURL), ) }