From 50879f0bcf0c75e9de166439c451f0cbab6f611e Mon Sep 17 00:00:00 2001 From: VinaStar <75405346+VinaStar@users.noreply.github.com> Date: Sun, 6 Dec 2020 21:58:13 -0500 Subject: [PATCH] Update package.json --- Node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/package.json b/Node/package.json index 47c5cfd..4ca1c4c 100644 --- a/Node/package.json +++ b/Node/package.json @@ -4,7 +4,7 @@ "description": "Vina Discord Authenticator Node", "main": "vina_discord_authenticator.js", "scripts": { - "start": "node fivem_discord_authenticator.js" + "start": "node vina_discord_authenticator.js" }, "keywords": [], "author": "VinaStar",