diff --git a/bot.py b/bot.py index ffc3e74..824f20b 100644 --- a/bot.py +++ b/bot.py @@ -80,6 +80,8 @@ async def process_command(ctx): async def on_command_error(error, ctx): if isinstance(error, commands.CommandNotFound): return + if isinstance(error, commands.DisabledCommand): + return try: if isinstance(error.original, discord.Forbidden): return