查询成绩添加姓名
This commit is contained in:
parent
865f9f9322
commit
9e4be85a01
|
@ -160,7 +160,7 @@ func qqGetScore(event *Event, args []string) {
|
|||
event.Send(err.Error())
|
||||
continue
|
||||
}
|
||||
event.Send(lib.FormatScore(score))
|
||||
event.Send(user.Nick + "\n" + lib.FormatScore(score))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue