mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Update skip.ts
This commit is contained in:
parent
5f96a210ad
commit
d8d7f4feb4
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue