Project doesn't start

Hi, I’m doing a discord bot called “Pipa” and I deleted the code entirely to make it again but with command handler.
The console doesn’t show any errors but when I go to the Live app URL it just keeps saying Waking up and Starting in a bucle. https://pipa.glitch.me/
I downloaded the project, installed the packages and runned it with node.js but it doesn’t do anything as well
What do I do? If you want the link to the editor I can give you that. Maybe I made something wrong and it doesn’t want to start up but as I said, the console doesn’t show any error messages.

What do you have in the start script in package.json?

If the start script exits, it will be rerun again in a loop as you describe, so normally we run something that doesn’t exit, like a listener for web requests.