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