TurqW / LongSphinx

Discord bot made to help with role management and RPG playing. Name inspired by the Terra Ignota series by Ada Palmer.
5 stars 3 forks source link

Reminders #16

Closed TurqW closed 4 years ago

TurqW commented 6 years ago

Tim could provide reminder messages. This requires some form of data store, and possibly some way to trigger events at specific times.

TurqW commented 6 years ago

To investigate:

TurqW commented 6 years ago

We do not have enough temporal spread; we regularly have gaps of multiple hours.

Options:

  1. try to figure out coroutines & possibly even schedulers
  2. don't care, use reminders at the day level, not hour level
  3. don't make a reminder system
TurqW commented 6 years ago

Option 1 was successful; the remaining portion of this task is to make reminders persist across bot restarts.