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