diff --git a/modmailbot-pm2.json b/modmailbot-pm2.json index 4635ec8..6322645 100644 --- a/modmailbot-pm2.json +++ b/modmailbot-pm2.json @@ -3,6 +3,6 @@ "name": "ModMailBot", "cwd": "./", "script": "npm", - "args": "./src/index.js" + "args": "start" }] }