simmsb / calamity

A library for writing discord bots in haskell
https://hackage.haskell.org/package/calamity
MIT License
112 stars 14 forks source link

Alternative ways of parsing commands #40

Closed simmsb closed 2 years ago

simmsb commented 3 years ago

Regex command parsing would be good, and would remove the need for 'aliases'. Though we'd need to do some funny stuff so that we don't have to try each regex in series.