You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add Advent of Code channel ID to environment configuration
* chore: add node-cron dependency with types
* feat: implement Advent of Code scheduler to automate daily post creation in Discord forum
* feat: integrate Advent of Code scheduler initialization in ready event with error handling
* test: add unit tests for Advent scheduler tracker file operations
* chore: update .gitignore to include advent-of-code-tracker.json and rename guides-tracker.json
* feat: add Advent of Code tracker path to environment configuration and update related references
* chore: update docker-compose.yml to clarify tracker data volume comment
* chore: update .env.example to clarify required Discord bot credentials and server configuration
* fix: correct month check in Advent scheduler to ensure posts are created only in December
* chore: update test command in package.json to use tsx for TypeScript test execution
* refactor: export functions to be used for testing
* refactor: convert to ts file
* chore: update biome.json to include test files in the includes array
* refactor: remove redundant comments and improve clarity in Advent scheduler
* refactor: update Advent scheduler documentation to reflect time zone change
* feat: add Advent of Code channel and tracker path to test environment configuration
* refactor: update file path handling in Advent scheduler tests
* fix: simplify error handling in loadTracker function by removing unused error parameter
0 commit comments