Problem with Debugger

It is getting really annoying and I’m trying to host my discord bot with Glitch, I’m getting spammed “bash: null: command not found” Check the code out here https://glitch.com/~recess. My .env includes:

GLITCH_DEBUGGER=true
# Environment Config

# store your secrets and config variables in here
# only invited collaborators will be able to see your .env values

# reference these in your code with process.env.SECRET

TOKEN=(my bot token)

# note: .env is a shell file so there can't be spaces around =

If you want to disable the debugger, unselect it from under the ‘Status’ menu. We can’t check out the code as your project is private. If you’re still having problems, either make it public temporarily or DM me a join link. Thanks.