Coverst-ux/Novel-Tracker ? reverse-engineered prompt
Reverse engineered prompt
Build me a Discord bot for manhwa and manga that lets people search titles, see details, check the latest chapter, and keep a personal tracking list. I want users to be able to add and remove series with slash commands, view everything they are tracking, and get a DM when a new chapter comes out. It should also have a manual check command so someone can force an update scan whenever they want.
Please make it use the Comick API for all the manga and chapter data, and store user tracking info locally in SQLite so there’s no cloud setup. I’d like the replies to look nice in Discord with rich embeds and cover images, and the bot should run fully async and handle API errors cleanly. If you need to, look up the current docs for Discord slash commands and the Comick API while building it. Also include a small test suite and a simple way to configure the bot token from an env file.
Are you gonna build this?
make sure you review the code using coderabbit