diff --git a/package.json b/package.json index 6ae45ae..3926eee 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,13 @@ "repository": "https://github.com/ZerioDev/Music-bot.git", "author": "ZerioDev", "license": "MIT", + "scripts": { + "start": "node server.js" + } "dependencies": { "@discordjs/opus": "^0.3.2", "discord-player": "^3.0.2", "discord.js": "^12.2.0", "ffmpeg-static": "^4.2.7" } -} \ No newline at end of file +}