1
0
Fork 0

Updated description

Commando
Loïc Bersier 6 years ago
parent c092aacda2
commit 557fb214ca

@ -19,7 +19,6 @@ module.exports = class MusicCommand extends Command {
run(message, { ytblink }) {
const { voiceChannel } = message.member;
if (!voiceChannel) {
return message.reply('please join a voice channel first!');
}
@ -35,4 +34,5 @@ module.exports = class MusicCommand extends Command {
dispatcher.on('end', () => voiceChannel.leave());
});
}
}
};
Loading…
Cancel
Save