From a04fd0344bab99c5a7801fc708cae286d2ee11f3 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Wed, 4 Mar 2020 16:25:18 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0420e25c..4c39619c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "V3 for Musix the discord music bot", "main": "./index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node ." }, "repository": { "type": "git", @@ -34,4 +34,4 @@ "ytdl-core": "^1.0.7", "ytdl-core-discord": "^1.1.0" } -} +} \ No newline at end of file