feat: 灵田修改

main
LyMysterious 6 months ago
parent 7822a1ba49
commit 1b2f79349d

@ -63,18 +63,18 @@ namespace NapCatRobotClient.Service.Group.TextProcess
{
new MessageItem()
{
Type = "text",
Type = "reply",
Data = new()
{
Text = msg
Id = json["message_id"].ToString()
}
},
new MessageItem()
{
Type = "reply",
Type = "text",
Data = new()
{
Id = json["message_id"].ToString()
Text = msg
}
}
}

Loading…
Cancel
Save