feat: 灵田修改
This commit is contained in:
@@ -61,14 +61,6 @@ namespace NapCatRobotClient.Service.Group.TextProcess
|
||||
GroupId = groupId,
|
||||
Message = new()
|
||||
{
|
||||
new MessageItem()
|
||||
{
|
||||
Type = "text",
|
||||
Data = new()
|
||||
{
|
||||
Text = msg
|
||||
}
|
||||
},
|
||||
new MessageItem()
|
||||
{
|
||||
Type = "reply",
|
||||
@@ -76,6 +68,14 @@ namespace NapCatRobotClient.Service.Group.TextProcess
|
||||
{
|
||||
Id = json["message_id"].ToString()
|
||||
}
|
||||
},
|
||||
new MessageItem()
|
||||
{
|
||||
Type = "text",
|
||||
Data = new()
|
||||
{
|
||||
Text = msg
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user