Skip to content

Commit

Permalink
更新 UserAlert.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyv404 authored Jun 19, 2024
1 parent 0ee3109 commit 3da5316
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 3da5316

Please sign in to comment.