Help me fast [kill procces?]

How i can kill the bot procces?

The easiest and quickest way to kill a Glitch project is to edit one of the files to break the functionality. You can remove a comma in package.json, for instance, and it will kill the entire project.

If you want to project to keep running but the bot to stop then you can make your bot’s token invalid, or comment out your bot’s client connection command.

1 Like