Create reminders #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow users to create reminders. This could be through a command such as
/remindme 2 months "Hello"
or/remindme March 3rd "Hello"
. The crateparse_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?