gfaraj / super-bot

A simple but extensible bot written in Node (with Whatsapp, Slack, and Discord interfaces)
MIT License
24 stars 15 forks source link

Add ability to schedule recurring reminders #7

Open gfaraj opened 4 years ago

gfaraj commented 4 years ago

Add ability to schedule recurring reminders to the reminders plugin.

This would probably be best implemented in a separate command like:

!remind

Example:

!remind 1w 1M Pay electric bill

This means: remind me to Pay electric bill in 1 week, and repeat every 1 month.