How to disable autostart?

My friend and I are working on a discord bot and autostart causes it to mess up (2 instances, double api requests, extra logins, etc.)

Is there a way to make it only start when we type npm start in the console?

Same Question???

No, but you can just break the start command in your package.json file and fix it when you want it to run.

1 Like