p-hennessy / Bolt

All the parts for building a Discord robot
https://docs.bolt.bot/
MIT License
8 stars 6 forks source link

Multiple ways to define commands #74

Closed p-hennessy closed 5 years ago

p-hennessy commented 6 years ago

For a while i've wondered if there was a way to make a more 'readable' way to write commands.

I found this library here: https://pypi.python.org/pypi/parse

I think it would be cool to have a regex_command and a parse_command as separate decorators that can be used.

p-hennessy commented 5 years ago

implemented by #81