We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parsing time sometimes fails, so i retry to find what works. only then the bot complains that the reminder already exists.
Complain about all parsing issues at once so I can fix all in one go
!r cron 0 12 28 * *; test
!r next monday noon; test
!r july 1 noon; test
If a parsing step fails, continue parsing to try find all issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Observed Behavior
parsing time sometimes fails, so i retry to find what works.
only then the bot complains that the reminder already exists.
Expected Behavior
Complain about all parsing issues at once so I can fix all in one go
Steps to Reproduce
!r cron 0 12 28 * *; test
!r next monday noon; test
!r july 1 noon; test
Environment
Proposed Fix (optional)
If a parsing step fails, continue parsing to try find all issues
The text was updated successfully, but these errors were encountered: