An error keeps occuring and I don't know what's causing it!

Error URL

My project is dogetron-discordbot. My dependencies are:

  • Discord.JS
  • Express

Hey @cybertelx, welcome to the Glitch Forums!

Your problem in this case is that you can’t use Node’s environment variable syntax (process.env.*) in a JSON file. You’ll need to pull that piece in somewhere in your project’s code instead.