From 7f7b8a682ada2ff23bedc9253436c1d6d5d5b99c Mon Sep 17 00:00:00 2001 From: Navinn Ravindaran <59669957+navn-r@users.noreply.github.com> Date: Fri, 9 Oct 2020 11:08:41 -0400 Subject: [PATCH] i hate heroku its too hard --- Procfile | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index df87b82..973094b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -Worker: node index.js \ No newline at end of file +worker: node index.js \ No newline at end of file diff --git a/package.json b/package.json index 635f1dc..df5aee3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Discord bot for scrum daily standups", "main": "index.js", "scripts": { - "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {