feat: 灵田修改
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user