mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-25 12:23:59 +00:00
If a command or a group raised a CommandError derived exception it would be wrapped into CommandInvokeError. This fixes this case so it raises the original exception instead.