dev-pro-tips-bot icon indicating copy to clipboard operation
dev-pro-tips-bot copied to clipboard

Better error handling

Open DenverCoder1 opened this issue 3 years ago • 0 comments

Currently the messages sent to the user are uninformative.

When the error can be identified, instead of just logging the error in a separate channel, the error message should be more specific.

eg:

"Command not found" instead of:

image

"Missing required argument" instead of:

image

DenverCoder1 avatar Apr 15 '22 22:04 DenverCoder1