13 Commits

Author SHA1 Message Date
ac6bb8c582 refactor: simplify logging setup by removing file handlers and using console output only 2025-08-25 17:47:50 +07:00
80991a9e29 feat: Update .gitignore to exclude logs and add log files for code execution, interpreter, and Discord bot 2025-04-16 16:35:46 +07:00
263e94484f Enhance logging and timezone handling in ReminderManager
- Improved logging setup in code_utils.py for better debugging and persistent logs.
- Added support for user-specific timezones in ReminderManager, allowing reminders to be set and displayed in the user's local timezone.
- Implemented timezone detection and validation for users, ensuring reminders are accurate.
- Enhanced the parsing of time strings to consider user timezones, improving the flexibility of reminder scheduling.
- Updated reminder notifications to reflect the user's timezone, providing a more personalized experience.
2025-03-22 13:29:05 +07:00
cdca18b37d refactor: Update Dockerfile for improved dependency installation and cleanup; enhance image generation logging and error handling 2025-03-21 11:12:59 +07:00
9f1fc47a3e chore: Remove compiled Python files from cache and update .gitignore to exclude virtual environments and temporary files 2025-03-20 15:54:02 +07:00
b9c43ed50b refactor: Clean up code formatting and enhance test cases for better readability and coverage 2025-03-20 12:50:52 +07:00
c9f699307a Add logs directory to .gitignore to prevent log files from being tracked 2025-03-15 21:58:18 +07:00
bc57638638 Refactor bot.py to improve asynchronous handling and enhance message processing 2025-02-05 22:46:18 +07:00
bce901ed9f Update bot configuration and add support for new model; modify timeout settings and improve help command localization 2025-02-03 08:59:40 +07:00
ee82cfbcd8 Refactor test_bot.py to enhance test coverage and structure; update .gitignore to exclude additional files 2025-01-06 18:39:38 +07:00
7c5fe88902 Refactor bot.py to replace SQLite with MongoDB for user data management; update requirements and .gitignore 2024-11-06 11:18:16 +07:00
24af900bf2 Update .gitignore to exclude chat_history.db and modify message handling in bot.py to improve message processing 2024-11-06 10:45:26 +07:00
6785b9d383 Initial commit with all files 2024-10-26 13:19:48 +07:00