-1

I am trying to make a kill switch for my Discord Bot that uses PM2 to keep it running. After I use the command, PM2 just restarts the bot. How do I kill the process until I restart it manually?

try to best experimentand expecting best suggestions

1 Answers1

0

You can pass --no-autorestart flag to your pm2 command when you run your script.

ranjanistic
  • 111
  • 6