forked from Supositware/Haha-Yes
Music work again
This commit is contained in:
parent
17e0730ad5
commit
1596a91c75
2 changed files with 3 additions and 4 deletions
|
@ -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…
Reference in a new issue