From a63313127ca8faedf4737f3d70d3f95879c47f2c Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 8 May 2025 19:02:59 -0600 Subject: [PATCH] test --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 20c2853..3425a9a 100644 --- a/main.py +++ b/main.py @@ -320,7 +320,7 @@ async def on_app_command_error(interaction, error): # Need to import SettingsCog to access CORE_COGS, or define CORE_COGS here. # Let's import it, assuming it's safe to do so at the top level. -# If it causes circular imports, CORE_COGS needs to be defined elsewhere or passed differently +# If it causes circular imports, CORE_COGS needs to be defined elsewhere or passed differently. class CogDisabledError(commands.CheckFailure): """Custom exception for disabled cogs.""" def __init__(self, cog_name):