fix:修复文件未知错误

This commit is contained in:
SengokuCola
2025-06-09 23:53:28 +08:00
parent 11f9cecf44
commit eacdbb8d31
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command
from src.chat.command.command_handler import BaseCommand, register_command
from typing import Tuple, Optional
import random

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command, _COMMAND_REGISTRY
from src.chat.command.command_handler import BaseCommand, register_command, _COMMAND_REGISTRY
from typing import Tuple, Optional
logger = get_logger("help_command")

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command
from src.chat.command.command_handler import BaseCommand, register_command
from typing import Tuple, Optional
import json

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command
from src.chat.command.command_handler import BaseCommand, register_command
from src.chat.actions.plugin_api.message_api import MessageAPI
from typing import Tuple, Optional

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command
from src.chat.command.command_handler import BaseCommand, register_command
from src.chat.actions.plugin_api.message_api import MessageAPI
from typing import Tuple, Optional

View File

@@ -1,5 +1,5 @@
from src.common.logger_manager import get_logger
from src.chat.message_receive.command_handler import BaseCommand, register_command
from src.chat.command.command_handler import BaseCommand, register_command
from src.chat.actions.plugin_api.message_api import MessageAPI
from typing import Tuple, Optional
import time