You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 nativedatetime
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.
The text was updated successfully, but these errors were encountered: