rrrrrrrrrrrrrruuuuuuuuuuuuuuuuuuuuffffffffffffffffffffffffff

This commit is contained in:
minecraft1024a
2025-09-05 21:01:32 +08:00
parent 513757a8ee
commit e1fbdaad8c
14 changed files with 4 additions and 21 deletions

View File

@@ -7,7 +7,6 @@ from . import event_types, CONSTS, event_handlers
from typing import List
from src.plugin_system import BasePlugin, BaseEventHandler, register_plugin, EventType, ConfigField
from src.plugin_system.base.base_event import HandlerResult
from src.plugin_system.core.event_manager import event_manager
from src.common.logger import get_logger

View File

@@ -1,4 +1,3 @@
import json
import asyncio
from src.common.logger import get_logger
@@ -30,7 +29,7 @@ class MessageSending:
message_dict = message_base.to_dict()
if chunker.should_chunk_message(message_dict):
logger.info(f"消息过大,进行切片发送到 MaiBot")
logger.info("消息过大,进行切片发送到 MaiBot")
# 切片消息
chunks = chunker.chunk_message(message_dict)