Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyv404 committed Jun 22, 2024
2 parents 882c62a + 3da5316 commit 98ad095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/xiaoyv404/mirai/app/UserAlert.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class UserAlert : NfAppMessageHandler(), IFshApp {
val reply = buildMessageChain {
+"${user.id}共收到${user.warningTimes}次警告"
logs.forEach {
+"\n${it.executor} ${it.type.name}"
+"\n${it.executor} ${it.type.name} ${it.time}"
}
}
println(reply)
Expand Down

0 comments on commit 98ad095

Please sign in to comment.