diff --git a/commands/fun/music b/commands/fun/music.js similarity index 92% rename from commands/fun/music rename to commands/fun/music.js index e3422c0..e4f9ddd 100644 --- a/commands/fun/music +++ b/commands/fun/music.js @@ -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', diff --git a/commands/owner/ded.js b/commands/owner/ded.js index 7533054..3031567 100644 --- a/commands/owner/ded.js +++ b/commands/owner/ded.js @@ -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(); - } -}; \ No newline at end of file +}} \ No newline at end of file