PuzzleTechHub/bot-be-named

~remindme cleanup

Closed this issue · 4 comments

Remindme cleanup

Splitting from #31

Needs some tuning, and for BBN we would push a reminder table to the database instead of using a google sheet, but definitely doable. Would want to involve the time parser from time_utils

Currently accepts negative time as parameter etc. Can be fixxed

~remindme -2m "Hi"

Fixed negative time issue in 1a27a32

Remindme was removed in 4d69aa0

The function was potentially the source of the 429 errors of #98 (Every minute check), and otherwise being unused. Can be re-added if necessary