···58585959### Debug Mode
60606161-When `DEBUG_MODE` is set to `true` in `config.env`, the bot will not post to Bluesky. Instead, it will log all possible combinations of moon phase messages to the console at once, demonstrating the message generation for various moon phases and months. This is useful for testing message generation and length without making actual posts.
6161+When `DEBUG_MODE` is set to `true` in `config.env`:
6262+6363+- If `BLUESKY_USERNAME` and `BLUESKY_PASSWORD` are provided, the bot will attempt to post to Bluesky immediately upon starting.
6464+- If Bluesky credentials are not provided, the bot will log all possible combinations of moon phase messages to the console, demonstrating message generation without making actual posts.
6565+6666+This is useful for testing the full posting functionality or just the message generation.
62676368## Contributing
6469