This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" A Cog dedicated to raise every discord.py error on command with the purpose of testing error handling. """ | |
import discord | |
from discord.ext import commands | |
from discord.ext.commands import Context, Bot, Cog | |
""" Command Errors: | |
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#exception-hierarchy | |
ConversionError |