mirror of
https://github.com/tiennm99/store-scraper-bot.git
synced 2026-09-01 08:23:04 +00:00
Replaces Config with Environment throughout the codebase for environment variable management. Introduces a Table utility class for formatting tabular data in bot commands, refactoring commands to use this for improved output formatting. Removes unused AppType enum. Updates test cases and build configuration for better IDE integration.