codeRIT/mentorbot

Users should be notified of invalid input

Closed this issue · 0 comments

Most user input is validated, but in several places, if invalid input is received, the command functions simply return without displaying an error message to the user. Users should instead receive a warning when they provide invalid input, format a command incorrectly, etc.

This is strongly related to #9, so we should probably resolve that issue first.