Open
Description
While bot commands currently accept an time interval (1d
, 3M
, etc"), it would be convenient if we could also specify datetimes. I propose datetimes be specified per ISO 8601, as the native datetime
python module supports parsing these strings anyway.
The commands .poll
from consensus.py and .remindme
from reminders.py stand out to me as particular QoL improvements.
Potentially a good first issue for would-be contributors.