Skip to content

Commit

Permalink
updated the fuding button
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 22, 2024
1 parent 5ec27e6 commit 7c2e85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/info.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
}
Expand Down

0 comments on commit 7c2e85d

Please sign in to comment.