music: fix skip

This commit is contained in:
Cynthia Foxwell 2022-12-10 15:39:14 -07:00
parent 00d6bef759
commit 77e205ec2f

View file

@ -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.";