StealthTrooper36/valentino-finances-bot-v1 ? reverse-engineered prompt
Reverse engineered prompt
Build me a Discord bot for a finance game that talks to the API in this repo.
I want users to be able to check their profile, wallet balance, transaction history, see supported currencies, list entities, and look up stock info right from Discord. It should also let trusted users send money, deposit or withdraw between wallet and bank account, transfer to an entity, and buy or sell stock, including P2P stock trades when needed.
Please make the bot easy to use with clear slash commands and helpful replies, and keep the API key private in config or environment variables. If a command needs a Discord user to be linked to a finance username, use the JSON files here to store and look up those mappings and permissions. If you need current Discord or API docs, check them online before wiring things up.
Make the responses clean and user friendly, and include basic error handling for missing data, bad amounts, and failed API calls.
Are you gonna build this?
make sure you review the code using coderabbit