Update skip.ts

This commit is contained in:
Oliver Traber 2023-02-25 21:09:52 +01:00 committed by GitHub
parent 5f96a210ad
commit d8d7f4feb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {