CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Better looking command regex error messages #298

Closed Innectic closed 7 years ago

Innectic commented 7 years ago

When regex isn't matching, a response like Invalid command_name is given. We should surround the variable with ", and replace the _s with spaces

Innectic commented 7 years ago

Fixed in #302