mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-22 02:19:48 +00:00
docs: clarify APScheduler cron usage and day-of-week numbering
- Updated `config.ini.example`, `command-reference.md`, and `configuration.md` to clarify the use of APScheduler for cron scheduling, emphasizing the difference in day-of-week numbering compared to Vixie cron. - Added examples and notes to prevent confusion regarding the interpretation of cron expressions, particularly for users transitioning from Vixie cron conventions. - Enhanced documentation to guide users in using the correct syntax for scheduling messages, ensuring better understanding and usability.
This commit is contained in:
@@ -1083,7 +1083,7 @@ schedule
|
||||
|
||||
**Response:** Lists configured scheduled posts (each line shows the cron or preset schedule, or legacy `HH:MM` if you still use deprecated HHMM keys) plus current advert timing.
|
||||
|
||||
**Note:** DM-only command by default.
|
||||
**Note:** DM-only command by default. Cron day-of-week uses APScheduler numbering (0=Monday), not Vixie cron — see [Scheduled messages](configuration.md#scheduled-messages-scheduled_messages).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user