feat: 灵田修改

This commit is contained in:
LyMysterious
2025-10-17 22:09:28 +08:00
parent 7822a1ba49
commit 1b2f79349d
@@ -61,14 +61,6 @@ namespace NapCatRobotClient.Service.Group.TextProcess
GroupId = groupId, GroupId = groupId,
Message = new() Message = new()
{ {
new MessageItem()
{
Type = "text",
Data = new()
{
Text = msg
}
},
new MessageItem() new MessageItem()
{ {
Type = "reply", Type = "reply",
@@ -76,6 +68,14 @@ namespace NapCatRobotClient.Service.Group.TextProcess
{ {
Id = json["message_id"].ToString() Id = json["message_id"].ToString()
} }
},
new MessageItem()
{
Type = "text",
Data = new()
{
Text = msg
}
} }
} }
}; };