joshua-martius / comiebot

Conies Homies Discord Bot
GNU General Public License v3.0
1 stars 0 forks source link

Reminder Reaction for another reminder #66

Open joshua-martius opened 2 years ago

joshua-martius commented 2 years ago
  1. Add message id from reminder message to data base table
  2. add reaction to reminder message
  3. listen for reaction to a reminder message
  4. received reaction => remind again in x minutes
joshua-martius commented 2 years ago

Added this in latest commit, leaving this open to remind myself to update the sql dump

joshua-martius commented 2 years ago

Github closed this automatically, I didnt want that

joshua-martius commented 2 years ago

Change the way the new reminder time gets calculated: instead of going old remindertime + x minutes, go for now + x minutes