Share information from project to project

There are 3 solutions for this.

  1. Host a database and have both projects connect to that same database to store info.

  2. Make the website in the same project as the bot. (Basically just host an express server in server.js or your main file as well as the bot)

  3. This post explains the third solution: How to get information of a other glitch project?