fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

fix: verify that period is a valid unit in convert_time #92

Closed patryk-tech closed 4 years ago

patryk-tech commented 4 years ago

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