Skip to content

Commit

Permalink
fix: change cancel button label and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Nov 12, 2023
1 parent b7b9878 commit a715d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/lastfm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const musicBotMessageHandler = async (message: Message) => {

const cancelScrobble = new ButtonBuilder()
.setCustomId('cancel')
.setLabel('Cancelar')
.setStyle(ButtonStyle.Danger);
.setEmoji({ name: '🚫' })
.setStyle(ButtonStyle.Secondary);

const row = new ActionRowBuilder<ButtonBuilder>().addComponents(
cancelScrobble
Expand Down

0 comments on commit a715d39

Please sign in to comment.