修复emoji_manager.py中的数据库持久化逻辑;更新Maizone插件的作者信息和项目链接。
This commit is contained in:
@@ -499,7 +499,7 @@ async def adapter_command_to_stream(
|
||||
}
|
||||
|
||||
# 创建消息段
|
||||
message_segment = Seg(type="adapter_command", data=adapter_command_data)
|
||||
message_segment = Seg(type="adapter_command", data=adapter_command_data) # type: ignore
|
||||
|
||||
# 构建发送消息对象
|
||||
bot_message = MessageSending(
|
||||
|
||||
Reference in New Issue
Block a user