7 Commits

Author SHA1 Message Date
e981a69095 Refactor bot startup process to auto-create configuration files, enhance update system, and add historical stats endpoints
- Updated README.md to reflect new bot setup and configuration process.
- Removed outdated installer README and integrated update logic directly into the bot.
- Implemented smart update for example configuration files, ensuring user files are not overwritten.
- Added FileBootstrap class to handle automatic creation of configuration files on first run.
- Enhanced BotController to manage stop requests and ensure graceful shutdown.
- Introduced new stats management features, including historical stats and activity breakdown endpoints.
- Updated API routes to include new statistics retrieval functionalities.
2026-01-02 18:38:56 +01:00
117297e478 Setup Vercel 2026-01-02 15:08:31 +01:00
4bc44917e2 Fix 2025-11-15 13:52:37 +01:00
932dedd8a8 Path Auto Update 2025-11-11 13:32:48 +01:00
82e5e71ffe New structure 2 2025-11-11 13:07:51 +01:00
89bc226d6b New structure 2025-11-11 12:59:42 +01:00
6b7b07cc1f docs: add comprehensive Copilot instructions for maintainers
- Add .github/copilot-instructions.md (1150+ lines)

- Document all 40+ files analyzed

- Cover architecture, utilities, advanced features

- Exclude .github/ from ZIP downloads (export-ignore)

- Remove .github/ from .gitignore (now tracked)
2025-11-11 12:20:16 +01:00