From 47b1ecc0cc09df011177d2abb7a23d598b70f13f Mon Sep 17 00:00:00 2001 From: Rotfuchs von Vulpes <61910532+Rotfuchs-von-Vulpes@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:42:25 -0400 Subject: [PATCH] fix npm error Add "start" script. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 684ba9b..27d9dca 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Simple example for play pulling gacha with bot in discord", "main": "index.js", "scripts": { + "start": "node index.js", "test": "mocha" }, "dependencies": {