There are distinct error handling situations in the bot: In some circumstance, the bot just needs to log the error to the default logger output and ignore the action completely. In others, an error message needs to be formatted and sent to the user.
This bug is a reminder to audit all error handling in the bot and make sure no untreated cases exist.