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 }) { run(message, { ytblink }) {
const { voiceChannel } = message.member; const { voiceChannel } = message.member;
if (!voiceChannel && ytblink == 'stop') { if (ytblink == 'stop') {
voiceChannel.leave() voiceChannel.leave()
} else } else
if (!voiceChannel) { if (!voiceChannel) {

Loading…
Cancel
Save