Project runs two processes at the same time?

My project seems to be running two instances of my discord bot. I’ve tried running kill [pid] in the console, no luck. I’ve fixed it temporarily by setting my start script in my package.json to a random empty file. What could be causing this?