From b96fbc298702de35985beba9c38432b79b40ebe6 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 8 May 2025 18:48:42 -0600 Subject: [PATCH] aa --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ee60df8..2328564 100644 --- a/main.py +++ b/main.py @@ -322,7 +322,7 @@ async def on_app_command_error(interaction, error): # 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. try: - from discordbot.cogs import settings_cog # Import the cog itself + from cogs import settings_cog # Import the cog itself except ImportError: log.error("Could not import settings_cog.py for CORE_COGS definition. Cog checks might fail.") settings_cog = None # Define as None to avoid NameError later