5HT2 / taro-bot

A fast, scalable and easily expandable Discord bot
https://frogg.ie/invite-taro-bot
ISC License
10 stars 1 forks source link

Ability to use `""` to create one arg or have an optional regex lookahead to intelligently determine the next arg #12

Open 5HT2 opened 2 years ago

5HT2 commented 2 years ago

For example, if the user wants to do

.time 12h 30m thing
.time 12.5h thing

These should return the same time.Duration and "thing" without the developer checking manually.