From e747be99188a40103ee6cefed1e7a46c50fca38a Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 3 May 2025 23:39:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E6=B3=A8=E5=86=8C=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=99=A8=E5=92=8C=E5=B8=AE=E5=8A=A9=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E5=88=9D=E5=A7=8B=E5=8C=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/scoresaber/score.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/handler/scoresaber/score.go b/handler/scoresaber/score.go index 6054299..aebdbea 100644 --- a/handler/scoresaber/score.go +++ b/handler/scoresaber/score.go @@ -27,8 +27,6 @@ func init() { handler.RegisterHandler("截ss", screenshotSS, constants.LEVEL_USER) handler.RegisterHelpInform("ss+n", "scoresaber", "区排名升高n位还需要打出多少pp") handler.RegisterFrontMatchHandler("ss+", ssPlusN, constants.LEVEL_USER) - // handler.RegisterHelpInform("截ss", "scoresaber", "scoresaber主页截图") - // handler.RegisterHandler("jss", screenshotSS, constants.LEVEL_USER) } func ssPlusN(msg model.Message) (reply *model.Reply) {