Allow users to create reminders. This could be through a command such as /remindme 2 months "Hello" or /remindme March 3rd "Hello". The crate parse_datetime could be useful.
This will require some additional work, maybe another service that will run on specified time. I do not know how yet, I’ll have to investigate. Perhaps the tokio-cron-scheduler crate can help?
Allow users to create reminders. This could be through a command such as `/remindme 2 months "Hello"` or `/remindme March 3rd "Hello"`. The crate [`parse_datetime`](https://crates.io/crates/parse_datetime) could be useful.
This *will* require some additional work, maybe another service that will run on specified time. I do not know how yet, I’ll have to investigate. Perhaps the [`tokio-cron-scheduler`](https://crates.io/crates/tokio-cron-scheduler) crate can help?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Allow users to create reminders. This could be through a command such as
/remindme 2 months "Hello"or/remindme March 3rd "Hello". The crateparse_datetimecould be useful.This will require some additional work, maybe another service that will run on specified time. I do not know how yet, I’ll have to investigate. Perhaps the
tokio-cron-schedulercrate can help?