diff --git a/src/commands/skip.ts b/src/commands/skip.ts index d8be5d8..1d977f2 100644 --- a/src/commands/skip.ts +++ b/src/commands/skip.ts @@ -36,7 +36,7 @@ export default class implements Command { try { await player.forward(numToSkip); await interaction.reply({ - content: 'keep \'er movin\'', + content: 'Song skipped', embeds: player.getCurrent() ? [buildPlayingMessageEmbed(player)] : [], }); } catch (_: unknown) {