how it works:
I wrote a Discord bot with DJS v14 with a /journal command that connects to a MongoDB database.
I also wrote an express.js webserver that fetches the database and responds in json.
This website connects to that webserver (api.lx12.net/journal) and parses the json into an ordered list.