FlowFalcon/telegram-bot-base — reverse-engineered prompt

Reverse engineered prompt

Build me a modular Telegram bot starter that I can actually use and expand later. I want a main bot plus a mirror bot, with commands grouped by purpose like admin, owner, premium, group tools, games, and basic helper stuff such as start, help, and checking user or group ID. It should automatically load commands from folders so adding new features stays easy.

Please include access rules so some commands are owner only, premium only, or group only. I also want local JSON based storage for things like owners, premium users, warnings, bot name, owner name, thumbnail, and mirror settings. Add logging to the console and daily log files, plus a simple daily usage report feature.

Make the mirror feature able to forward or copy messages between groups with some basic security checks. Include a few example commands for moderation, a guessing game, premium features, and simple bot customization like changing the bot name or thumbnail from chat. Set it up so I only need to add my bot token and owner ID, then run it. If needed, check current Telegram bot docs online.

Want more depth? Deep Reverse