diff --git a/modmailbot-pm2.json b/modmailbot-pm2.json index 6322645..d5b8b5d 100644 --- a/modmailbot-pm2.json +++ b/modmailbot-pm2.json @@ -2,7 +2,6 @@ "apps": [{ "name": "ModMailBot", "cwd": "./", - "script": "npm", - "args": "start" + "script": "src/index.js" }] }