Create reminders #23
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phundrak/p4bl0t#23
Loading…
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?