diff --git a/commands/fun/music.js b/commands/fun/music.js index 7133a39f..0700af3f 100644 --- a/commands/fun/music.js +++ b/commands/fun/music.js @@ -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) {