Skip to content

Commit

Permalink
Merge 9968820 into 4e4ce76
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko authored Apr 16, 2024
2 parents 4e4ce76 + 9968820 commit 752e424
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions handlers/message_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ func SendGuildResponse(client callapi.Client, err error, message *callapi.Action
return "", nil
}
response.Data.MessageID = int(messageID64)
// 发送成功 增加今日发信息数
botstats.RecordMessageSent()
} else {
// Default ID handling
response.Data.MessageID = 123
Expand Down Expand Up @@ -306,6 +308,8 @@ func SendC2CResponse(client callapi.Client, err error, message *callapi.ActionMe
return "", nil
}
response.Data.MessageID = int(messageID64)
// 发送成功 增加今日发信息数
botstats.RecordMessageSent()
} else {
// Default ID handling
response.Data.MessageID = 123
Expand Down

0 comments on commit 752e424

Please sign in to comment.