Error Manager Cog

Cog to facilitate the handling of errors raised by bot commands across all cogs

class cogs.error_manager.ErrorManager(bot: discord.ext.commands.bot.Bot)

Bases: discord.ext.commands.cog.Cog

async on_command_error(context: discord.ext.commands.context.Context, err: Exception) → None

Handle errors raised by commands across all cogs