sysasaplay/Izakaya — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python chat bot called Izakaya that feels like a fun little tavern for a server. I want people to be able to open a food and drink menu, order from it for roleplay or flavor, and have a simple economy where they can earn and spend coins or points. It should also include a few lightweight games so people have ways to make money and keep using the bot.
Please save user balances and other basic progress in a database so nothing disappears when the bot restarts. Keep the commands easy to understand and make the replies feel polished and playful, matching the Izakaya theme. If there’s already menu data in the project, use that instead of inventing a whole new system. I’m not looking for anything huge, just a clean working bot with the core loop of menu, economy, games, and persistence. If you need to, look up current docs online and wire up whatever config is needed so it can actually run.
Want more depth? Deep Reverse