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

Commit

Permalink
fix: Add warning embed icon to /nowplaying that was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 15, 2023
1 parent 3b496ad commit d720eec
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 @@ -175,7 +175,7 @@ module.exports = {
embeds: [
new EmbedBuilder()
.setDescription(
'**Failed to skip**\nThis track has already been skipped, or is no longer playing.'
'**${embedIcons.warning} Oops!**\nThis track has already been skipped or is no longer playing.'
)
.setColor(embedColors.colorWarning)
],
Expand Down

0 comments on commit d720eec

Please sign in to comment.