music: fix skip
This commit is contained in:
parent
00d6bef759
commit
77e205ec2f
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ command.callback = async function (
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: skip lock checks
|
// TODO: skip lock checks
|
||||||
await connection.stopPlaying();
|
connection.player.stop();
|
||||||
return {reaction: "\u23ed"};
|
return {reaction: "\u23ed"};
|
||||||
} else {
|
} else {
|
||||||
return "You are not in a voice channel.";
|
return "You are not in a voice channel.";
|
||||||
|
|
Loading…
Reference in a new issue