In discord.py, I am trying to create an error handler that sends the error (and the command) to a Discord channel. I know that I can use on_command_error, but t
on_command_error