This commit is contained in:
Slipstream 2025-04-25 14:15:30 -06:00
parent 60d7880d3c
commit 46edfad5d5
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -14,7 +14,7 @@ from utils import reload_script
# Import the unified API service runner
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from bot.run_unified_api import start_api_in_thread
from discordbot.run_unified_api import start_api_in_thread
# Check if API dependencies are available
try: