mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 01:05:30 +01:00
Update skip.ts
This commit is contained in:
parent
5f96a210ad
commit
d8d7f4feb4
|
@ -36,7 +36,7 @@ export default class implements Command {
|
||||||
try {
|
try {
|
||||||
await player.forward(numToSkip);
|
await player.forward(numToSkip);
|
||||||
await interaction.reply({
|
await interaction.reply({
|
||||||
content: 'keep \'er movin\'',
|
content: 'Song skipped',
|
||||||
embeds: player.getCurrent() ? [buildPlayingMessageEmbed(player)] : [],
|
embeds: player.getCurrent() ? [buildPlayingMessageEmbed(player)] : [],
|
||||||
});
|
});
|
||||||
} catch (_: unknown) {
|
} catch (_: unknown) {
|
||||||
|
|
Loading…
Reference in a new issue