Danyc0 / Society-voting-bot

A Discord bot for doing society elections
Apache License 2.0
2 stars 4 forks source link

Implement a custom error handler for unrecognised commands #29

Closed Danyc0 closed 2 years ago

Danyc0 commented 3 years ago

Lots of unrecognised commands are received due to typos, etc, and having a custom error handler which responds explaining that the command was not recognised would be good

Danyc0 commented 3 years ago

Also include in this for when people pass the wrong type of argument, for example if they send a string when an int is expected (like for student number)