From b24066d50b66ec8461b6dec0b45b6787a6a86a56 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Wed, 14 May 2025 00:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E4=B8=BA=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E7=8E=A9=E5=AE=B6B30=E5=88=86=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6=E7=94=9F=E6=88=90=E7=9B=B8?= =?UTF-8?q?=E5=BA=94=E7=9A=84=E5=B8=AE=E5=8A=A9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/scoresaber/score.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handler/scoresaber/score.go b/handler/scoresaber/score.go index 464b04a..aa0620c 100644 --- a/handler/scoresaber/score.go +++ b/handler/scoresaber/score.go @@ -32,8 +32,8 @@ func init() { handler.RegisterFrontMatchHandler("ss+", ssPlusN, constants.LEVEL_USER) handler.RegisterHelpInform("ss-n", "scoresaber", "查看落后您N名的玩家需要打多少pp才会超过您") handler.RegisterFrontMatchHandler("ss-", ssPlusN, constants.LEVEL_USER) - handler.RegisterHandler("bs50", getBS50, constants.LEVEL_USER) - handler.RegisterHelpInform("bs50", "scoresaber", "查看您的B50分数") + handler.RegisterHandler("bs30", getBS50, constants.LEVEL_USER) + handler.RegisterHelpInform("bs30", "scoresaber", "查看您的scoresaber B30分数") } func getBS50(msg model.Message) (reply *model.Reply) {