From 2dff86b13ab70e4231de8794b8bde653e7459cb8 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 8 May 2025 20:04:56 -0600 Subject: [PATCH] a --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3425a9a..eaac414 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ from error_handler import handle_error, patch_discord_methods, store_interaction from utils import reload_script import settings_manager # Import the settings manager from db import mod_log_db # Import the new mod log db functions -import command_customization # Import command customization utilities +import command_customization # Import command customization utilitie from global_bot_accessor import set_bot_instance # Import the new accessor # Import the unified API service runner and the sync API module