[BUG] Unnecessary error details #15
Labels
Backburner
A fix has been partially completed, but deprioritized to focus on more important issues
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
Describe the bug
When an error is encountered, it spits out a bunch of extra error details. For example:
...the only information needed in this error is
discord.ext.commands.errors.MissingPermissions: You are missing Administrator permission(s) to run this command.
To Reproduce
Run a command that yields an error.
Expected behavior
A two line output, one line explaining the bot encountered an error, and one line with the error message.
Additional context
Would also like to filter out
Command not found
errors.The text was updated successfully, but these errors were encountered: