From d720eeccfc723ba83538b739d66e8e91bf8984c6 Mon Sep 17 00:00:00 2001 From: Marius Begby Date: Sat, 15 Jul 2023 03:09:34 +0200 Subject: [PATCH] fix: Add warning embed icon to /nowplaying that was missing --- commands/nowplaying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/nowplaying.js b/commands/nowplaying.js index 594f49ef..fbbc4ff3 100644 --- a/commands/nowplaying.js +++ b/commands/nowplaying.js @@ -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) ],