This PR fixes the bug in the convert_time function. It also allows more flexibility in adding a reminder by accepting 13 different unit (with plural and singular forms where reasonable) keywords, so you can do .reminder 10 s wow it's been 10 seconds!
This PR fixes the bug in the
convert_time
function. It also allows more flexibility in adding a reminder by accepting 13 different unit (with plural and singular forms where reasonable) keywords, so you can do.reminder 10 s wow it's been 10 seconds!
Closes #86