modrinth/discord-bot — reverse-engineered prompt
Reverse engineered prompt
Build me a Discord bot for a Modrinth community server. I want it to connect to Discord using settings from a .env file, start cleanly in development, and be ready to run in production or in Docker. It should handle the server automation that belongs in the bot code, keep any database setup and migrations organized, and include the trust score behavior from the project docs if there is a spec for it.
Please set up the TypeScript project so it is easy to maintain, with clear source files, validation for required environment variables, logging for startup and errors, and scripts for dev, build, format, lint, and fixes. Add a sample env file so I know what secrets and IDs to provide.
I don’t need a fancy UI, just a reliable Discord bot that can be deployed and worked on by the team. Look up current Discord bot docs online if you need to.
Want more depth? Deep Reverse