Music work again

This commit is contained in:
Loïc Bersier 2018-09-09 21:02:12 +02:00
parent 17e0730ad5
commit 1596a91c75
2 changed files with 3 additions and 4 deletions

View file

@ -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',

View file

@ -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();
}
};
}}