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

Commit

Permalink
fix: remove period after url when skipping during /nowplaying
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 15, 2023
1 parent 1f1c642 commit 8a15400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/nowplaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module.exports = {
iconURL: interaction.user.avatarURL()
})
.setDescription(
`**${embedIcons.skipped} Skipped track**\n${durationFormat} **[${skippedTrack.title}](${skippedTrack.url})**.`
`**${embedIcons.skipped} Skipped track**\n${durationFormat} **[${skippedTrack.title}](${skippedTrack.url})**`
)
.setThumbnail(skippedTrack.thumbnail)
.setColor(embedColors.colorSuccess)
Expand Down

0 comments on commit 8a15400

Please sign in to comment.