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', name: 'music',
group: 'fun', group: 'fun',
memberName: 'music', memberName: 'music',
description: 'Play youtube link in vocal ( DOSENT WORK RN TRYING TO FIX IT )', description: 'Play youtube link in vocal',
args: [ args: [
{ {
key: 'ytblink', key: 'ytblink',

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