1
0
Fork 0
Loïc Bersier 6 years ago
parent 64477560fd
commit f1fc195897

@ -20,7 +20,7 @@ module.exports = class MusicCommand extends Command {
run(message, { ytblink }) {
const { voiceChannel } = message.member;
if (!voiceChannel && ytblink == 'stop') {
if (ytblink == 'stop') {
voiceChannel.leave()
} else
if (!voiceChannel) {

Loading…
Cancel
Save