Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: remove incorrect ** from string
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Sep 14, 2023
1 parent ec8f4c9 commit cf45bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/components/nowplaying-skip-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class NowplayingSkipButton extends BaseComponentInteraction {
.setAuthor(this.getEmbedUserAuthor(interaction))
.setDescription(
`**${this.embedOptions.icons.skipped} Skipped track**\n` +
`**${this.getDisplayTrackDurationAndUrl(skippedTrack)}\n\n` +
`${this.getDisplayTrackDurationAndUrl(skippedTrack)}\n\n` +
`${this.getDisplayRepeatMode(queue.repeatMode)}`
)
.setThumbnail(skippedTrack.thumbnail)
Expand Down

0 comments on commit cf45bde

Please # to comment.