Music work again

Commando
Loïc Bersier 6 years ago
parent 17e0730ad5
commit 1596a91c75

@ -6,7 +6,7 @@ module.exports = class MusicCommand extends Command {
name: 'music',
group: 'fun',
memberName: 'music',
description: 'Play youtube link in vocal ( DOSENT WORK RN TRYING TO FIX IT )',
description: 'Play youtube link in vocal',
args: [
{
key: 'ytblink',

@ -12,7 +12,6 @@ module.exports = class DedCommand extends Command {
}
run(message) {
message.say('im ded now k bye thx');
message.say("i dont work :(");
process.exit();
}
};
}}
Loading…
Cancel
Save